[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 8 / ParseTwitterUtils / 1.10.0 / ParseTwitterUtils.podspec.json
blobd1161835d323931274ad1c6bbe38ea06bee955ea
2   "name": "ParseTwitterUtils",
3   "version": "1.10.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.10.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   "resources": "Resources/en.lproj",
22   "frameworks": [
23     "AudioToolbox",
24     "CFNetwork",
25     "CoreGraphics",
26     "CoreLocation",
27     "QuartzCore",
28     "Security",
29     "StoreKit",
30     "SystemConfiguration"
31   ],
32   "weak_frameworks": [
33     "Accounts",
34     "Social"
35   ],
36   "libraries": [
37     "z",
38     "sqlite3"
39   ],
40   "dependencies": {
41     "Bolts/Tasks": [
42       "~> 1.5"
43     ],
44     "Parse": [
45       "~> 1.9"
46     ]
47   },
48   "deprecated_in_favor_of": "Parse/TwitterUtils"