blob: 11ab005e7d3ceb0881bc8b853d89c7061f7047bd [file] [log] [blame]
{
"name": "FBSDKPlacesKit",
"version": "4.44.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/facebook/facebook-objc-sdk.git",
"tag": "v4.44.1"
},
"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": [
]
}
}