blob: 999fb7191448f5254a862f6bcdcc5c4c212b01c4 [file] [log] [blame]
{
"name": "PedometerLib",
"version": "0.0.3",
"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.3"
},
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"ios": {
"vendored_frameworks": "PedometerLib.framework"
},
"frameworks": [
"HealthKit",
"Foundation"
]
}