[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 1 / 5 / 4 / KMTIMSDK / 0.1.1 / KMTIMSDK.podspec.json
blob4772cdb5e6e5d0a191f084fd1298cd10fd777652
2   "name": "KMTIMSDK",
3   "version": "0.1.1",
4   "summary": "A short description of KMTIMSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhenlove/KMTIMSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhenlove": "121910347@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhenlove/KMTIMSDK.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "xcconfig": {
22     "VALID_ARCHS": "armv7 arm64 x86_64"
23   },
24   "libraries": "stdc++",
25   "resource_bundles": {
26     "KMTIMImage": [
27       "KMTIMSDK/Assets/*"
28     ]
29   },
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "KMTools",
34       "source_files": "KMTIMSDK/KMTools/**/*.{h,m}"
35     },
36     {
37       "name": "KMPatientInfo",
38       "source_files": "KMTIMSDK/KMPatientInfo/**/*.{h,m}",
39       "dependencies": {
40         "Masonry": [
42         ],
43         "SDWebImage": [
45         ],
46         "KMTIMSDK/KMTools": [
48         ]
49       }
50     },
51     {
52       "name": "KMSeePrescribe",
53       "source_files": "KMTIMSDK/KMSeePrescribe/**/*.{h,m}",
54       "dependencies": {
55         "Masonry": [
57         ],
58         "KMNetwork": [
60         ],
61         "KMTIMSDK/KMTools": [
63         ]
64       }
65     },
66     {
67       "name": "KMIMBase",
68       "source_files": "KMTIMSDK/Classes/**/*.{h,m}",
69       "dependencies": {
70         "TXIMSDK_TUIKit_iOS": [
72         ],
73         "SDWebImage": [
75         ],
76         "KMTIMSDK/KMTools": [
78         ]
79       }
80     }
81   ]