blob: 9dceea2edb1599dd27892c5d62f24a46e66aed01 [file] [log] [blame]
{
"name": "Granola",
"version": "0.1.0",
"summary": "A healthful serializer for your HealthKit data.",
"homepage": "https://github.com/openmhealth/Granola",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Brent Hargrave": "brent@brent.is"
},
"source": {
"git": "https://github.com/openmhealth/Granola.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/openmhealth",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "HealthKit",
"dependencies": {
"ObjectiveSugar": [
"~> 1.1"
]
}
}