blob: 89f07e12fe3b06d843a48e77138ecabd385e2b4a [file] [log] [blame]
{
"name": "TMHealthSDK",
"version": "0.0.2",
"summary": "TM 健康",
"homepage": "https://www.360tianma.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"renxukui": "renxukui@360tianma.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/tmgc/TMHealthSpec.git",
"tag": "0.0.2"
},
"public_header_files": "TMFramework/*.{h}",
"source_files": "TMFramework/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"CoreMotion"
]
}
}