Skip to content

Commit

Permalink
Add podspecs for ETA-SDK, including historical versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lozhuf committed Feb 26, 2014
1 parent caa3650 commit 4c57511
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ETA-SDK/2.1.0/ETA-SDK.podspec
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = "ETA-SDK"
s.version = "2.1.0"
s.summary = "eTilbudsavis iOS SDK."
s.description = <<-DESC
An SDK that makes it easy to talk to the eTilbudsavis API.
Also allows you to easily embed catalogs and shopping lists in your own iOS app.
DESC

s.homepage = "http://engineering.etilbudsavis.dk/native-ios-eta-sdk/"
s.license = 'MIT'
s.author = { "Laurie Hufford" => "lh@etilbudsavis.dk" }

s.platform = :ios, '5.0'
s.requires_arc = true

s.source = { :git => "https://github.com/eTilbudsavis/native-ios-eta-sdk.git", :tag => "v2.1.0" }
s.source_files = 'ETA-SDK/**/*.{h,m}'
s.frameworks = 'CoreLocation', 'Foundation', 'UIKit'

s.dependency 'AFNetworking', '~> 1.3.1'
s.dependency 'Mantle', '~> 1.2'
s.dependency 'FMDB', '~> 2.1'
s.dependency 'MAKVONotificationCenter', '~> 0.0.2'

end
26 changes: 26 additions & 0 deletions ETA-SDK/2.1.1/ETA-SDK.podspec
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = "ETA-SDK"
s.version = "2.1.1"
s.summary = "eTilbudsavis iOS SDK."
s.description = <<-DESC
An SDK that makes it easy to talk to the eTilbudsavis API.
Also allows you to easily embed catalogs and shopping lists in your own iOS app.
DESC

s.homepage = "http://engineering.etilbudsavis.dk/native-ios-eta-sdk/"
s.license = 'MIT'
s.author = { "Laurie Hufford" => "lh@etilbudsavis.dk" }

s.platform = :ios, '5.0'
s.requires_arc = true

s.source = { :git => "https://github.com/eTilbudsavis/native-ios-eta-sdk.git", :tag => "v2.1.1" }
s.source_files = 'ETA-SDK/**/*.{h,m}'
s.frameworks = 'CoreLocation', 'Foundation', 'UIKit'

s.dependency 'AFNetworking', '~> 1.3.1'
s.dependency 'Mantle', '~> 1.2'
s.dependency 'FMDB', '~> 2.1'
s.dependency 'MAKVONotificationCenter', '~> 0.0.2'

end
26 changes: 26 additions & 0 deletions ETA-SDK/2.2.0/ETA-SDK.podspec
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = "ETA-SDK"
s.version = "2.2.0"
s.summary = "eTilbudsavis iOS SDK."
s.description = <<-DESC
An SDK that makes it easy to talk to the eTilbudsavis API.
Also allows you to easily embed catalogs and shopping lists in your own iOS app.
DESC

s.homepage = "http://engineering.etilbudsavis.dk/native-ios-eta-sdk/"
s.license = 'MIT'
s.author = { "Laurie Hufford" => "lh@etilbudsavis.dk" }

s.platform = :ios, '6.0'
s.requires_arc = true

s.source = { :git => "https://github.com/eTilbudsavis/native-ios-eta-sdk.git", :tag => "v2.2.0" }
s.source_files = 'ETA-SDK/**/*.{h,m}'
s.frameworks = 'CoreLocation', 'Foundation', 'UIKit'

s.dependency 'AFNetworking', '~> 2.1.0'
s.dependency 'Mantle', '~> 1.3.1'
s.dependency 'FMDB', '~> 2.2.0'
s.dependency 'MAKVONotificationCenter', '~> 0.0.2'

end

0 comments on commit 4c57511

Please sign in to comment.