[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / b / 6 / ParseFacebookUtilsV4 / 1.9.1 / ParseFacebookUtilsV4.podspec.json
blob2218e596f80219912110e8ec8edb2af1a2aaada6
2   "name": "ParseFacebookUtilsV4",
3   "version": "1.9.1",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://www.parse.com/about/terms"
7   },
8   "homepage": "https://www.parse.com/",
9   "summary": "Parse is a complete technology stack to power your app's backend.",
10   "authors": "Parse",
11   "source": {
12     "git": "https://github.com/ParsePlatform/ParseFacebookUtils-iOS.git",
13     "tag": "v4-1.9.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "ParseFacebookUtils/*.h",
20   "source_files": "ParseFacebookUtils/**/*.{h,m}",
21   "frameworks": [
22     "AudioToolbox",
23     "CFNetwork",
24     "CoreGraphics",
25     "CoreLocation",
26     "QuartzCore",
27     "Security",
28     "StoreKit",
29     "SystemConfiguration"
30   ],
31   "weak_frameworks": [
32     "Accounts",
33     "Social"
34   ],
35   "libraries": [
36     "z",
37     "sqlite3"
38   ],
39   "dependencies": {
40     "Bolts/Tasks": [
41       ">= 1.5"
42     ],
43     "Parse": [
44       "~> 1.9"
45     ],
46     "FBSDKCoreKit": [
47       "~> 4.8"
48     ],
49     "FBSDKLoginKit": [
50       "~> 4.8"
51     ]
52   },
53   "deprecated_in_favor_of": "Parse/FacebookUtils"