Skip to content

Commit

Permalink
Merge pull request CocoaPods#527 from robertmurray/patch-1
Browse files Browse the repository at this point in the history
Update UrbanAirship-iOS-SDK / 1.3.1 to 1.3.3
  • Loading branch information
benbloch committed Sep 19, 2012
2 parents 4baf6fb + e32a08f commit d6fefe7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UrbanAirship-iOS-SDK/1.3.1/UrbanAirship-iOS-SDK.podspec
@@ -1,18 +1,19 @@
Pod::Spec.new do |s|
s.name = 'UrbanAirship-iOS-SDK'
s.version = '1.3.1'
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.1' }
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(/\/json-framework\//) \
.exclude(/\/google-toolbox-for-mac\//)

s.libraries = 'z', 'sqlite3.0'
s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices',
Expand Down

0 comments on commit d6fefe7

Please sign in to comment.