blob: b746ea82f3dbe3fb3b2de1ac2066e1c3415b9855 [file] [log] [blame]
{
"name": "Spinner",
"version": "0.1.0",
"summary": "Show a Spinner while your app is thinking",
"description": "If you need to show that the app is thinking now, you can use this spinner",
"homepage": "https://github.com/devnikor/Spinner",
"screenshots": "https://raw.githubusercontent.com/devnikor/Spinner/master/Screenshots/screenshot.png",
"license": "MIT",
"authors": {
"Igor Nikitin": "devnickr@icloud.com"
},
"source": {
"git": "https://github.com/devnikor/Spinner.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/devnikor",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Spinner": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}