| { |
| "name": "Yashin", |
| "version": "0.2.0", |
| "summary": "Simple Rader Chart written in Swift.", |
| "description": "With setting up 2 lines of code and data-list, you can draw simple but cool Rader Chart", |
| "homepage": "https://github.com/ushisantoasobu/Yashin", |
| "license": "MIT", |
| "authors": { |
| "ushisantoasobu": "babblemann.shunsee@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ushisantoasobu/Yashin.git", |
| "tag": "0.2.0" |
| }, |
| "social_media_url": "https://twitter.com/ushisantoasobu", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "Yashin": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |