blob: d6217b71a79b5b08d41e6a1cba123074c48e7751 [file] [log] [blame]
{
"name": "FBSDKPlacesKit",
"version": "4.37.0",
"summary": "Official Facebook SDK for iOS to access Facebook Places",
"description": "The Facebook SDK for iOS PlacesKit framework provides:\n* Search for Places in the Facebook Places graph.\n* Find the current place a user is in.",
"homepage": "https://developers.facebook.com/docs/ios/",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/facebook/facebook-objc-sdk.git",
"tag": "sdk-version-4.37.0"
},
"weak_frameworks": [
"Accounts",
"CoreLocation",
"Social",
"Security",
"Foundation"
],
"requires_arc": true,
"source_files": "FBSDKPlacesKit/FBSDKPlacesKit/**/*.{h,m}",
"public_header_files": "FBSDKPlacesKit/FBSDKPlacesKit/*.{h}",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"FBSDKCoreKit": [
]
}
}