blob: 7cc288f4e9db7bda6608a6ca00a1d4d354463b43 [file] [log] [blame]
{
"name": "ARGraphs",
"version": "0.0.5",
"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.micheal.reynolds@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlexmReynolds/ARGraphs.git",
"tag": "0.0.5"
},
"source_files": [
"ARGraphs/*.{h,m}",
"ARGraphs/Private/*.{h,m}"
],
"public_header_files": "ARGraphs/*.h",
"requires_arc": true
}