[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / f / 8 / ParseTwitterUtils / 1.8.3 / ParseTwitterUtils.podspec.json
blobe1ab4f06945405fd10ca4ce13e1f8a3980553224
2   "name": "ParseTwitterUtils",
3   "version": "1.8.3",
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/73c16bdc5caa09704b9d991d103ffe0c/parse-library-1.8.3.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": "ParseTwitterUtils.framework/ParseTwitterUtils",
24   "vendored_libraries": "libParseTwitterUtilsLib.a",
25   "prepare_command": "touch Empty.m && cp ParseTwitterUtils.framework/ParseTwitterUtils libParseTwitterUtilsLib.a && cp ParseTwitterUtils.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.2"
50     ],
51     "Parse": [
52       "~> 1.8.3"
53     ]
54   },
55   "deprecated_in_favor_of": "Parse/TwitterUtils"