[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / f / 7 / GDTest / 0.0.9 / GDTest.podspec.json
blob740a447448e15858d01b9f5e4c77d347ab41116e
2   "name": "GDTest",
3   "version": "0.0.9",
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.9"
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   "resources": "GDTest/GDMobileSDKResource.bundle",
25   "frameworks": [
26     "UIKit",
27     "Security",
28     "MapKit",
29     "CoreLocation",
30     "AVFoundation",
31     "QuartzCore",
32     "JavaScriptCore"
33   ],
34   "dependencies": {
35     "JSONModel": [
36       "~> 1.0.2"
37     ],
38     "SDWebImage": [
39       "~> 3.7.1"
40     ],
41     "MJRefresh": [
43     ],
44     "MBProgressHUD": [
45       "~> 0.9.1"
46     ],
47     "IQKeyboardManager": [
49     ],
50     "NJKWebViewProgress": [
52     ]
53   }