[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 7 / 3 / ParseFacebookUtils / 1.9.1 / ParseFacebookUtils.podspec.json
blob016c6bcb605327222011f261b9c86401ee89774c
2   "name": "ParseFacebookUtils",
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": "v3-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     "Facebook-iOS-SDK": [
47       "~> 3.24"
48     ]
49   },
50   "deprecated_in_favor_of": "Parse/FacebookUtils"