[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / 8 / TTDNS / 0.0.2 / TTDNS.podspec.json
blob41f4fe15cb3d58139c59babea0dd2694c58d8da3
2   "name": "TTDNS",
3   "version": "0.0.2",
4   "summary": "TTDNS",
5   "description": "基础组件所有业务组件需要继承",
6   "homepage": "https://github.com/simpossible/TTDNS",
7   "license": "MIT",
8   "authors": {
9     "simpossible": "963571744@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/simpossible/TTDNS.git",
17     "tag": "0.0.2"
18   },
19   "static_framework": true,
20   "source_files": [
21     "TTDNS",
22     "TTDNS/**/*.{h,m,swift}"
23   ],
24   "public_header_files": "TTDNS/**/*.{h}",
25   "dependencies": {
26     "AFNetworking": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Base",
33       "source_files": [
34         "TTDNS",
35         "TTDNS/**/*.{h,m,swift}"
36       ],
37       "public_header_files": "TTDNS/**/*.{h}"
38     },
39     {
40       "name": "TencentLoader",
41       "dependencies": {
42         "MSDKDns_C11": [
44         ],
45         "TTDNS/Base": [
47         ]
48       },
49       "source_files": "LoaderAdaptor/tencent/**/*.{h,m,swift}",
50       "public_header_files": "LoaderAdaptor/tencent/**/*.{h}"
51     }
52   ],
53   "swift_version": "5.0"