blob: 1be32d81821caafe8c9defb17d4e44a5b784a74a [file] [log] [blame]
{
"name": "Granola",
"version": "0.2.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.2.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"
]
}
}