[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / b / 5 / f / FBSDKPlacesKit / 5.1.1 / FBSDKPlacesKit.podspec.json
blobead660a96eaeed85cba69f3b1962d581aea6074d
2   "name": "FBSDKPlacesKit",
3   "version": "5.1.1",
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": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-objc-sdk.git",
17     "tag": "v5.1.1"
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   "dependencies": {
30     "FBSDKCoreKit": [
31       "~> 5.0"
32     ]
33   }