blob: 24103de1c74bdeebc392ebbaf8600219c283b2c4 [file] [log] [blame]
{
"name": "HealthKitSampleGenerator",
"version": "1.0.1",
"summary": "Export/Import/Sample Generator for HealthKit Data (Swift + UI)",
"homepage": "https://github.com/mseemann/healthkit-sample-generator",
"license": "MIT",
"authors": {
"Michael Seemann": "pods@mseemann.de"
},
"source": {
"git": "https://github.com/mseemann/healthkit-sample-generator.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HealthKitSampleGenerator": [
"Pod/Assets/*.png"
]
}
}