Skip to content

Commit

Permalink
Update UrbanAirship-iOS-SDK.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xslim committed Jul 1, 2013
1 parent 80ad960 commit 6ffa35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UrbanAirship-iOS-SDK/1.3.1/UrbanAirship-iOS-SDK.podspec
Expand Up @@ -13,7 +13,8 @@ Pod::Spec.new do |s|
# versions that are no longer used in the .xcodeproj. # versions that are no longer used in the .xcodeproj.
s.source_files = 'Airship/**/*.{h,m,c}' s.source_files = 'Airship/**/*.{h,m,c}'
s.exclude_files = '**/{google-toolbox-for-mac,json-framework,asi-http-request}/**/*' s.exclude_files = '**/{google-toolbox-for-mac,json-framework,asi-http-request}/**/*'

s.resources = 'Airship/**/*.{xib,jpg,png,bundle}'

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

0 comments on commit 6ffa35c

Please sign in to comment.