| { | |
| "name": "Sonar", | |
| "version": "1.0.0", | |
| "summary": "Radar style view written in swift", | |
| "description": "Simple radar style view written in swift", | |
| "homepage": "https://github.com/thefuntasty/Sonar", | |
| "license": "MIT", | |
| "authors": { | |
| "Aleš Kocur": "ales@thefuntasty.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/thefuntasty/Sonar.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "Sonar": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |