blob: 937cc80bc5b3202c7c6a39b1fc84202ffc5e4e0f [file] [log] [blame]
{
"name": "ReactiveHealthKit",
"version": "0.2.0",
"summary": "ReactiveCocoa extensions for HealthKit",
"homepage": "https://github.com/kerryknight/ReactiveHealthKit",
"license": "MIT",
"authors": {
"Kerry Knight": "kerry.a.knight@gmail.com"
},
"source": {
"git": "https://github.com/kerryknight/ReactiveHealthKit.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/KerryAKnight",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ReactiveHealthKit",
"dependencies": {
"ReactiveCocoa": [
"~> 2.1"
]
}
}