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