[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 8 / b / 6 / ParseFacebookUtilsV4 / 1.11.0 / ParseFacebookUtilsV4.podspec.json
blob23e6c331987da5fdd2518b55a8bce10a47de5a8d
2   "name": "ParseFacebookUtilsV4",
3   "version": "1.11.0",
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.11.0"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "ParseFacebookUtils/*.h",
21   "source_files": "ParseFacebookUtils/**/*.{h,m}",
22   "ios": {
23     "exclude_files": "ParseFacebookUtils/Internal/AuthenticationProvider/tvOS/**/*.{h,m}",
24     "weak_frameworks": [
25       "Accounts",
26       "Social"
27     ],
28     "dependencies": {
29       "FBSDKLoginKit": [
30         "~> 4.9.0-beta"
31       ]
32     }
33   },
34   "tvos": {
35     "exclude_files": "ParseFacebookUtils/Internal/AuthenticationProvider/iOS/**/*.{h,m}",
36     "dependencies": {
37       "FBSDKTVOSKit": [
38         "~> 4.9.0-beta"
39       ]
40     }
41   },
42   "frameworks": [
43     "AudioToolbox",
44     "CFNetwork",
45     "CoreGraphics",
46     "CoreLocation",
47     "QuartzCore",
48     "Security",
49     "SystemConfiguration"
50   ],
51   "libraries": [
52     "z",
53     "sqlite3"
54   ],
55   "dependencies": {
56     "Bolts/Tasks": [
57       ">= 1.5"
58     ],
59     "Parse": [
60       "~> 1.11"
61     ],
62     "FBSDKCoreKit": [
63       "~> 4.9.0-beta"
64     ]
65   },
66   "deprecated_in_favor_of": "Parse/FacebookUtils"