blob: f3f76990d725d078451c05b47713e384840c7bdc [file] [log] [blame]
{
"name": "Granola",
"version": "0.3.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",
"Chris Schaefbauer": "chris.schaefbauer@openmhealth.org",
"Emerson Farrugia": "emerson@openmhealth.org",
"Simona Carini": "simona@openmhealth.org"
},
"source": {
"git": "https://github.com/openmhealth/Granola.git",
"tag": "0.3.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"
]
}
}