Last active
August 29, 2015 14:05
-
-
Save x2on/69e3cd28ddeb5481e12d to your computer and use it in GitHub Desktop.
Newest podspec for Facebook-iOS-SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Facebook-iOS-SDK", | |
"version": "3.18.0", | |
"platforms": { | |
"ios": 6.0 | |
}, | |
"license": "Apache License, Version 2.0", | |
"summary": "The iOS SDK provides Facebook Platform support for iOS apps.", | |
"description": "The Facebook SDK for iOS enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.", | |
"homepage": "https://developers.facebook.com/docs/ios/", | |
"authors": "Facebook", | |
"source": { | |
"git": "https://github.com/facebook/facebook-ios-sdk.git", | |
"tag": "sdk-version-3.18.0" | |
}, | |
"source_files": [ | |
"src/*.{h,m}", | |
"src/AppLink/*.{h,m}", | |
"src/Base64/*.{h,m}", | |
"src/Core/*.{h,m}", | |
"src/Cryptography/*.{h,m}", | |
"src/DeviceAPI/*.{h,m}", | |
"src/Insights/*.{h,m}", | |
"src/Legacy/*.{h,m}", | |
"src/Login/*.{h,m}", | |
"src/Network/*.{h,m}", | |
"src/UI/*.{h,m}" | |
], | |
"exclude_files": [ | |
"src/*Tests.m" | |
], | |
"resources": "src/FBUserSettingsViewResources.bundle", | |
"header_dir": "FacebookSDK", | |
"frameworks": [ | |
"Accounts", | |
"CoreLocation", | |
"Social", | |
"Security" | |
], | |
"prepare_command": "find src -name \\*.png | grep -v @ | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).png|scripts/image_to_code.py -i \\1/\\2.png -c \\2 -o src|' | sh && find src -name \\*.wav | grep -v @ | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).wav|scripts/audio_to_code.py -i \\1/\\2.wav -c \\2 -o src|' | sh", | |
"dependencies": { | |
"Bolts": [ | |
] | |
}, | |
"requires_arc": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment