blob: 31abef3d5b11488adf50b326acce263a74db01f5 [file] [log] [blame]
{
"name": "PedometerLib",
"version": "0.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://gitee.com/gnode/Pedometer.git",
"authors": {
"gpw": "gpwios@163.com"
},
"summary": "获取iPhone健康 App前一天的步数.",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitee.com/gnode/Pedometer.git",
"tag": "0.0.4"
},
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"ios": {
"vendored_frameworks": "PedometerLib.framework"
},
"frameworks": [
"HealthKit",
"Foundation"
]
}