blob: bbd5cf61410e9d06d2f8615b1daf4685f45562a0 [file] [log] [blame]
{
"name": "JHSpinner",
"version": "0.1.2",
"summary": "A unique animated loading spinner / activity indicator for iOS",
"description": "A unique animated loading spinner / activity indicator UIView subclass for iOS. Includes several customization options to change the overlay, colors, text, and animation speed. Also includes a determinate spinner for progress-bar style loading or file upload.",
"homepage": "https://github.com/jhays/JHSpinner",
"screenshots": [
"https://raw.githubusercontent.com/jhays/JHSpinner/master/RoundedSquare.gif",
"https://raw.githubusercontent.com/jhays/JHSpinner/master/Determinite.gif"
],
"license": "MIT",
"authors": {
"JHays": "orbosphere@gmail.com"
},
"source": {
"git": "https://github.com/jhays/JHSpinner.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/orbosphere",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/JHSpinnerView.xib",
"frameworks": "UIKit"
}