[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / b / 6 / ParseFacebookUtilsV4 / 1.8.1 / ParseFacebookUtilsV4.podspec.json
blob18d8d04b3d6df1b002bbb6ac5b3d7ab812ecc974
2   "name": "ParseFacebookUtilsV4",
3   "version": "1.8.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     "http": "http://parse-ios.s3.amazonaws.com/8fa86642529929dca2bb341763da78cf/parse-library-1.8.1.zip"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": false,
18   "public_header_files": "*.h",
19   "source_files": [
20     "*.h",
21     "Empty.m"
22   ],
23   "preserve_paths": "ParseFacebookUtilsV4.framework/ParseFacebookUtilsV4",
24   "vendored_libraries": "libParseFacebookUtilsV4Lib.a",
25   "prepare_command": "touch Empty.m && cp ParseFacebookUtilsV4.framework/ParseFacebookUtilsV4 libParseFacebookUtilsV4Lib.a && cp ParseFacebookUtilsV4.framework/Headers/* .",
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-ObjC"
28   },
29   "frameworks": [
30     "AudioToolbox",
31     "CFNetwork",
32     "CoreGraphics",
33     "CoreLocation",
34     "QuartzCore",
35     "Security",
36     "StoreKit",
37     "SystemConfiguration"
38   ],
39   "weak_frameworks": [
40     "Accounts",
41     "Social"
42   ],
43   "libraries": [
44     "z",
45     "sqlite3"
46   ],
47   "dependencies": {
48     "Bolts/Tasks": [
49       ">= 1.2.0"
50     ],
51     "Parse": [
52       "~> 1.8.0"
53     ],
54     "FBSDKCoreKit": [
55       "~> 4.0"
56     ],
57     "FBSDKLoginKit": [
58       "~> 4.0"
59     ]
60   },
61   "deprecated_in_favor_of": "Parse/FacebookUtils"