[Add] SASContractSDK 1.4.1
[CocoaPods.git] / Specs / b / 5 / f / FBSDKPlacesKit / 4.28.0 / FBSDKPlacesKit.podspec.json
blob3f327753abea5050eb119053fe7ef8739fa4f852
2   "name": "FBSDKPlacesKit",
3   "version": "4.28.0",
4   "summary": "Official Facebook SDK for iOS to access Facebook Places",
5   "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.",
6   "homepage": "https://developers.facebook.com/docs/ios/",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-ios-sdk.git",
17     "tag": "sdk-version-4.28.0"
18   },
19   "weak_frameworks": [
20     "Accounts",
21     "CoreLocation",
22     "Social",
23     "Security",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "source_files": "FBSDKPlacesKit/FBSDKPlacesKit/**/*.{h,m}",
28   "public_header_files": "FBSDKPlacesKit/FBSDKPlacesKit/*.{h}",
29   "pod_target_xcconfig": {
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "dependencies": {
33     "FBSDKCoreKit": [
35     ]
36   }