[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 8 / ParseTwitterUtils / 1.9.0 / ParseTwitterUtils.podspec.json
blobeaa8d51a86945db6b4d1b226e7e6cf9702719805
2   "name": "ParseTwitterUtils",
3   "version": "1.9.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/ParseTwitterUtils-iOS.git",
13     "tag": "1.9.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "ParseTwitterUtils/*.h",
20   "source_files": "ParseTwitterUtils/**/*.{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.3.0"
42     ],
43     "Parse": [
44       "~> 1.9"
45     ]
46   },
47   "deprecated_in_favor_of": "Parse/TwitterUtils"