blob: aef73e9ff9d4a5a85900f786ddf3940cd8fa089f [file] [log] [blame]
{
"name": "KMTIMSDK",
"version": "0.1.2",
"summary": "A short description of KMTIMSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhenlove/KMTIMSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhenlove": "121910347@qq.com"
},
"source": {
"git": "https://github.com/zhenlove/KMTIMSDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"VALID_ARCHS": "armv7 arm64 x86_64"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"libraries": "stdc++",
"resource_bundles": {
"KMTIMImage": [
"KMTIMSDK/Assets/*"
]
},
"requires_arc": true,
"subspecs": [
{
"name": "KMTools",
"source_files": "KMTIMSDK/KMTools/**/*.{h,m}"
},
{
"name": "KMPatientInfo",
"source_files": "KMTIMSDK/KMPatientInfo/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"SDWebImage": [
],
"KMTIMSDK/KMTools": [
]
}
},
{
"name": "KMSeePrescribe",
"source_files": "KMTIMSDK/KMSeePrescribe/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"KMNetwork": [
],
"KMTIMSDK/KMTools": [
]
}
},
{
"name": "KMIMBase",
"source_files": "KMTIMSDK/Classes/**/*.{h,m}",
"dependencies": {
"TXIMSDK_TUIKit_iOS": [
],
"SDWebImage": [
],
"KMTIMSDK/KMTools": [
]
}
}
]
}