[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 7 / f / 8 / ParseTwitterUtils / 1.8.1 / ParseTwitterUtils.podspec.json
blob8b5adb0776c32009176f3eaf82d6987b9398b191
2   "name": "ParseTwitterUtils",
3   "version": "1.8.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     "http": "http://parse-ios.s3.amazonaws.com/8fa86642529929dca2bb341763da78cf/parse-library-1.8.1.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.0"
50     ],
51     "Parse": [
52       "~> 1.8.0"
53     ]
54   },
55   "deprecated_in_favor_of": "Parse/TwitterUtils"