[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 4 / KMTIMSDK / 0.1.4 / KMTIMSDK.podspec.json
blob6935d35800164d80b35a0ba6ac2132e373485f92
2   "name": "KMTIMSDK",
3   "version": "0.1.4",
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.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "xcconfig": {
25     "VALID_ARCHS": "armv7 arm64 x86_64"
26   },
27   "resource_bundles": {
28     "KMTIMImage": [
29       "KMTIMSDK/Assets/*"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "KMTools",
35       "source_files": "KMTIMSDK/KMTools/**/*.{h,m}"
36     },
37     {
38       "name": "KMPatientInfo",
39       "source_files": "KMTIMSDK/KMPatientInfo/**/*.{h,m}",
40       "dependencies": {
41         "Masonry": [
43         ],
44         "SDWebImage": [
46         ],
47         "KMTIMSDK/KMTools": [
49         ]
50       }
51     },
52     {
53       "name": "KMSeePrescribe",
54       "source_files": "KMTIMSDK/KMSeePrescribe/**/*.{h,m}",
55       "dependencies": {
56         "Masonry": [
58         ],
59         "KMNetwork": [
61         ],
62         "KMTIMSDK/KMTools": [
64         ]
65       }
66     },
67     {
68       "name": "KMIMBase",
69       "source_files": "KMTIMSDK/Classes/**/*.{h,m}",
70       "dependencies": {
71         "KMTIM": [
73         ],
74         "SDWebImage": [
76         ],
77         "KMTIMSDK/KMTools": [
79         ]
80       }
81     }
82   ]