Skip to content

Commit

Permalink
added new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuhnke committed Dec 3, 2012
1 parent 12c85f7 commit 8893cff
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions UrbanAirship-iOS-SDK/1.3.6/UrbanAirship-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|
s.name = 'UrbanAirship-iOS-SDK'
s.version = '1.3.6'
s.license = 'BSD'
s.platform = :ios

s.summary = 'A simple way to integrate Urban Airship services into your iOS applications.'
s.homepage = 'https://github.com/urbanairship/ios-library'
s.author = { 'Urban Airship' => 'support@urbanairship.com' }
s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.6' }

# Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed
# versions that are no longer used in the .xcodeproj.
files = FileList['Airship/**/*.{h,m,c}']
files.exclude(/\/asi-http-request\//)
files.exclude(/\/json-framework\//)
files.exclude(/\/google-toolbox-for-mac\//)
files.exclude(/\/ZipFile-OC\//)
files.exclude(/\/Reachability.*/)
s.source_files = files

s.dependency 'ZipArchive', '1.01h'
s.dependency 'Reachability', '3.1.0'
s.dependency 'ASIHTTPRequest', '1.8.1'
s.dependency 'SBJson', '3.1.1'

s.libraries = 'z', 'sqlite3.0'
s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices',
'Security', 'SystemConfiguration', 'UIKit', 'CoreTelephony',
'StoreKit', 'CoreLocation', 'MapKit'
end
31 changes: 31 additions & 0 deletions UrbanAirship-iOS-SDK/1.3.7/UrbanAirship-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|
s.name = 'UrbanAirship-iOS-SDK'
s.version = '1.3.7'
s.license = 'BSD'
s.platform = :ios

s.summary = 'A simple way to integrate Urban Airship services into your iOS applications.'
s.homepage = 'https://github.com/urbanairship/ios-library'
s.author = { 'Urban Airship' => 'support@urbanairship.com' }
s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.7' }

# Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed
# versions that are no longer used in the .xcodeproj.
files = FileList['Airship/**/*.{h,m,c}']
files.exclude(/\/asi-http-request\//)
files.exclude(/\/json-framework\//)
files.exclude(/\/google-toolbox-for-mac\//)
files.exclude(/\/ZipFile-OC\//)
files.exclude(/\/Reachability.*/)
s.source_files = files

s.dependency 'ZipArchive', '1.01h'
s.dependency 'Reachability', '3.1.0'
s.dependency 'ASIHTTPRequest', '1.8.1'
s.dependency 'SBJson', '3.1.1'

s.libraries = 'z', 'sqlite3.0'
s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices',
'Security', 'SystemConfiguration', 'UIKit', 'CoreTelephony',
'StoreKit', 'CoreLocation', 'MapKit'
end

0 comments on commit 8893cff

Please sign in to comment.