| { |
| "name": "ARGraphs", |
| "version": "0.0.4", |
| "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.4" |
| }, |
| "source_files": [ |
| "ARGraphs/*.{h,m}", |
| "ARGraphs/Private/*.{h,m}" |
| ], |
| "public_header_files": "ARGraphs/*.h", |
| "requires_arc": true |
| } |