blob: b37b1e5767a50ed469b77e7746ffc818b17f0246 [file] [log] [blame]
{
"name": "FBSDKPlacesKit",
"version": "4.27.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-ios-sdk.git",
"tag": "sdk-version-4.27.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": [
]
}
}