blob: 8a0daea165db08e3f84f4f53b9b6f00b813115ed [file] [log] [blame]
{
"name": "healthkit-sample-generator",
"version": "0.1.0",
"summary": "A Generator for HealthKit Sample Data.",
"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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"healthkit-sample-generator": [
"Pod/Assets/*.png"
]
}
}