[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / 4 / KMTIMSDK / 0.1.2 / KMTIMSDK.podspec.json
blobaef73e9ff9d4a5a85900f786ddf3940cd8fa089f
2   "name": "KMTIMSDK",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "xcconfig": {
22     "VALID_ARCHS": "armv7 arm64 x86_64"
23   },
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES"
26   },
27   "libraries": "stdc++",
28   "resource_bundles": {
29     "KMTIMImage": [
30       "KMTIMSDK/Assets/*"
31     ]
32   },
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "KMTools",
37       "source_files": "KMTIMSDK/KMTools/**/*.{h,m}"
38     },
39     {
40       "name": "KMPatientInfo",
41       "source_files": "KMTIMSDK/KMPatientInfo/**/*.{h,m}",
42       "dependencies": {
43         "Masonry": [
45         ],
46         "SDWebImage": [
48         ],
49         "KMTIMSDK/KMTools": [
51         ]
52       }
53     },
54     {
55       "name": "KMSeePrescribe",
56       "source_files": "KMTIMSDK/KMSeePrescribe/**/*.{h,m}",
57       "dependencies": {
58         "Masonry": [
60         ],
61         "KMNetwork": [
63         ],
64         "KMTIMSDK/KMTools": [
66         ]
67       }
68     },
69     {
70       "name": "KMIMBase",
71       "source_files": "KMTIMSDK/Classes/**/*.{h,m}",
72       "dependencies": {
73         "TXIMSDK_TUIKit_iOS": [
75         ],
76         "SDWebImage": [
78         ],
79         "KMTIMSDK/KMTools": [
81         ]
82       }
83     }
84   ]