[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / f / 7 / GDTest / 0.0.3 / GDTest.podspec.json
blob3ae5d36968cdabfc74dfe13c6a19a40b21b454f5
2   "name": "GDTest",
3   "version": "0.0.3",
4   "summary": "GD SDK for iOS developers",
5   "homepage": "https://github.com/guodong10518/GDTest",
6   "license": "MIT",
7   "authors": {
8     "guodong10518": "guodong10518@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/guodong10518/GDTest.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "xcconfig": {
19     "OTHER_LDFLAGS": "-ObjC"
20   },
21   "vendored_libraries": "GDTest/libGDTest.a",
22   "source_files": "GDTest/Header/**/*.h",
23   "public_header_files": "GDTest/Header/**/*.h",
24   "frameworks": [
25     "UIKit",
26     "Security",
27     "MapKit",
28     "CoreLocation",
29     "AVFoundation",
30     "QuartzCore",
31     "JavaScriptCore"
32   ],
33   "dependencies": {
34     "JSONModel": [
35       "~> 1.0.2"
36     ],
37     "SDWebImage": [
38       "~> 3.7.1"
39     ],
40     "MJRefresh": [
42     ],
43     "MBProgressHUD": [
44       "~> 0.9.1"
45     ],
46     "IQKeyboardManager": [
48     ],
49     "NJKWebViewProgress": [
51     ]
52   }