Skip to content

Commit

Permalink
[Fix] UrbanAirship-iOS-SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Sep 20, 2012
1 parent fd9685c commit 4965628
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UrbanAirship-iOS-SDK/1.3.1/UrbanAirship-iOS-SDK.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'UrbanAirship-iOS-SDK'
s.version = '1.3.3'
s.version = '1.3.1'
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.3' }
s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.1' }

# Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed
# versions that are no longer used in the .xcodeproj.
Expand Down
22 changes: 22 additions & 0 deletions UrbanAirship-iOS-SDK/1.3.3/UrbanAirship-iOS-SDK.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'UrbanAirship-iOS-SDK'
s.version = '1.3.3'
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.3' }

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

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

0 comments on commit 4965628

Please sign in to comment.