[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 7 / 3 / ParseFacebookUtils / 1.8.2 / ParseFacebookUtils.podspec.json
blob0b67deb3a55d8b4fb640e1f92026a0a64269b884
2   "name": "ParseFacebookUtils",
3   "version": "1.8.2",
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/35b85891ff6027c7327b0173125c4783/parse-library-1.8.2.zip"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "*.h",
19   "source_files": [
20     "*.h",
21     "Empty.m"
22   ],
23   "preserve_paths": "ParseFacebookUtils.framework/ParseFacebookUtils",
24   "vendored_libraries": "libParseFacebookUtilsLib.a",
25   "prepare_command": "touch Empty.m && cp ParseFacebookUtils.framework/ParseFacebookUtils libParseFacebookUtilsLib.a && cp ParseFacebookUtils.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.1"
50     ],
51     "Parse": [
52       "~> 1.8.2"
53     ],
54     "Facebook-iOS-SDK": [
55       "~> 3.23"
56     ]
57   },
58   "deprecated_in_favor_of": "Parse/FacebookUtils"