blob: a0a992477f7b0b07f78a6514982ca5c1f22f968a [file] [log] [blame]
{
"name": "ARGraphs",
"version": "0.0.2",
"summary": "Awesome HealthKit style iOS Charts",
"description": " Custom iOS charts styled after HealthKit's charts.\n",
"homepage": "https://github.com/AlexmReynolds/ARGraphs",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Alex Reynolds": "alex.m.reynolds+github@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlexmReynolds/ARGraphs.git",
"tag": "0.0.2"
},
"source_files": [
"ARGraphs/*.{h,m}",
"ARGraphs/Private/*.{h,m}"
],
"public_header_files": "ARGraphs/Private/*.h",
"requires_arc": true
}