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'