[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / 4 / KMTIMSDK / 0.1.0 / KMTIMSDK.podspec.json
blobac1151c06d649723d3e77c8e4dbb26b56c10ad09
2   "name": "KMTIMSDK",
3   "version": "0.1.0",
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.0"
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": "KMIMBase",
53       "source_files": "KMTIMSDK/Classes/**/*.{h,m}",
54       "public_header_files": "KMTIMSDK/Classes/**/*.h",
55       "dependencies": {
56         "TXIMSDK_TUIKit_iOS": [
58         ],
59         "ReactiveObjC": [
61         ],
62         "KMTIMSDK/KMTools": [
64         ],
65         "KMTIMSDK/KMPatientInfo": [
67         ]
68       }
69     }
70   ]