blob: 74bc71e8da836f4c35a7448d937f61076db7487d [file] [log] [blame]
{
"name": "Facebook-iOS-SDK",
"version": "3.18.2",
"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.\n",
"homepage": "https://developers.facebook.com/docs/ios/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "sdk-version-3.18.2",
"submodules": true
},
"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",
"header_dir": "FacebookSDK",
"resources": "src/FBUserSettingsViewResources.bundle",
"frameworks": [
"Accounts",
"CoreLocation",
"Social",
"Security"
],
"requires_arc": false,
"prepare_command": "find src -name \\*.png | grep -v @ | grep -v '/tests/' | 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": [
"~> 1.0"
]
}
}