[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / f / 7 / GDTest / 0.0.11 / GDTest.podspec.json
blob89839fa59fab84f472e10bf48b706855a7dc1fb4
2   "name": "GDTest",
3   "version": "0.0.11",
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.11"
16   },
17   "requires_arc": true,
18   "default_subspecs": "GDCore",
19   "subspecs": [
20     {
21       "name": "GDCore",
22       "xcconfig": {
23         "OTHER_LDFLAGS": "-ObjC"
24       },
25       "vendored_libraries": "GDTest/libGDTest.a",
26       "source_files": "GDTest/Header/**/*.h",
27       "public_header_files": "GDTest/Header/**/*.h",
28       "resources": "GDTest/GDMobileSDKResource.bundle",
29       "frameworks": [
30         "UIKit",
31         "Security",
32         "MapKit",
33         "CoreLocation",
34         "AVFoundation",
35         "QuartzCore"
36       ],
37       "dependencies": {
38         "JSONModel": [
39           "~> 1.0.2"
40         ],
41         "SDWebImage": [
42           "~> 3.7.1"
43         ],
44         "MJRefresh": [
46         ],
47         "MBProgressHUD": [
48           "~> 0.9.1"
49         ],
50         "IQKeyboardManager": [
52         ],
53         "NJKWebViewProgress": [
55         ]
56       }
57     }
58   ]