| { |
| "name": "SPChart", |
| "version": "0.2.2", |
| "summary": "A simple, animated and beatiful chart library used in Spreaker for iPhone app.", |
| "homepage": "https://github.com/dral3x/SPChart", |
| "authors": { |
| "Alessandro Calzavara": "alessandro.calzavara@gmail.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/dral3x/SPChart.git", |
| "tag": "0.2.2" |
| }, |
| "source_files": "SPChart/**/*.{h,m}", |
| "public_header_files": "SPChart/**/*.h", |
| "frameworks": [ |
| "CoreGraphics", |
| "Foundation", |
| "UIKit", |
| "QuartzCore" |
| ], |
| "requires_arc": true |
| } |