blob: 9a221bdb673d65dd96798b5728d3508a0402d9b5 [file] [log] [blame]
{
"name": "Sonar",
"version": "2.0.1",
"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": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Sonar": [
"Pod/Assets/*.png"
]
}
}