From cd6931ca6cbef1cb8b00ba6eb103e01f7c046f70 Mon Sep 17 00:00:00 2001 From: Hal Seki Date: Thu, 14 Mar 2013 23:04:33 +0900 Subject: [PATCH] added license and changed http to https --- SimpleRemoteObject/0.0.1/SimpleRemoteObject.podspec | 3 ++- SimpleRemoteObject/0.0.2/SimpleRemoteObject.podspec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SimpleRemoteObject/0.0.1/SimpleRemoteObject.podspec b/SimpleRemoteObject/0.0.1/SimpleRemoteObject.podspec index 4aa95db2..d31dca6f 100644 --- a/SimpleRemoteObject/0.0.1/SimpleRemoteObject.podspec +++ b/SimpleRemoteObject/0.0.1/SimpleRemoteObject.podspec @@ -2,9 +2,10 @@ Pod::Spec.new do |s| s.name = "SimpleRemoteObject" s.version = "0.0.1" s.summary = "SimpleRemoteObject is a simple Objectie-C library that can create your classes' instance from server-side JSON text." + s.license = 'MIT' s.homepage = "https://github.com/halsk/SimpleRemoteObject" s.author = { "Hal Seki" => "hal@georepublic.co.jp" } - s.source = { :git => "http://github.com/halsk/SimpleRemoteObject.git", :tag => "0.0.1" } + s.source = { :git => "https://github.com/halsk/SimpleRemoteObject.git", :tag => "0.0.1" } s.platform = :ios, '5.1' s.source_files = 'SimpleRemoteObject/SimpleRemoteObject/classes/**/*.{h,m}' s.dependency 'AFNetworking', '>= 1.0.0' diff --git a/SimpleRemoteObject/0.0.2/SimpleRemoteObject.podspec b/SimpleRemoteObject/0.0.2/SimpleRemoteObject.podspec index a38dae10..b074ff80 100644 --- a/SimpleRemoteObject/0.0.2/SimpleRemoteObject.podspec +++ b/SimpleRemoteObject/0.0.2/SimpleRemoteObject.podspec @@ -2,9 +2,10 @@ Pod::Spec.new do |s| s.name = "SimpleRemoteObject" s.version = "0.0.2" s.summary = "SimpleRemoteObject is a simple Objectie-C library that can create your classes' instance from server-side JSON text." + s.license = 'MIT' s.homepage = "https://github.com/halsk/SimpleRemoteObject" s.author = { "Hal Seki" => "hal@georepublic.co.jp" } - s.source = { :git => "http://github.com/halsk/SimpleRemoteObject.git", :tag => "0.0.2" } + s.source = { :git => "https://github.com/halsk/SimpleRemoteObject.git", :tag => "0.0.2" } s.platform = :ios, '5.1' s.source_files = 'SimpleRemoteObject/classes/**/*.{h,m}' s.dependency 'AFNetworking', '>= 1.0.0'