| { |
| "name": "iOSPlot", |
| "version": "1.0.1", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "summary": "Draw pie charts and line charts in iOS apps.", |
| "description": "Integrate wonderful pie charts and line charts in your iOS apps.", |
| "homepage": "https://github.com/honcheng/iOSPlot", |
| "license": { |
| "type": "Free", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "honcheng": "honcheng@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/honcheng/iOSPlot.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "iOSPlot/PC.{h,m}", |
| "iOSPlot/**/PC*.{h,m}" |
| ], |
| "frameworks": "CoreGraphics", |
| "requires_arc": true |
| } |