[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / 9 / 4 / JHSpinner / 0.1.1 / JHSpinner.podspec.json
blob8a331676fc84ed74841c4ae39f4ce3edd6bc2c52
2   "name": "JHSpinner",
3   "version": "0.1.1",
4   "summary": "A unique animated loading spinner / activity indicator for iOS",
5   "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.",
6   "homepage": "https://github.com/jhays/JHSpinner",
7   "screenshots": [
8     "https://raw.githubusercontent.com/jhays/JHSpinner/master/RoundedSquare.gif",
9     "https://raw.githubusercontent.com/jhays/JHSpinner/master/Determinite.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "JHays": "orbosphere@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/jhays/JHSpinner.git",
17     "tag": "0.1.1"
18   },
19   "social_media_url": "https://twitter.com/orbosphere",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "JHSpinner": [
27       "Pod/Assets/*.png",
28       "Pod/Assets/*.xib"
29     ]
30   },
31   "frameworks": "UIKit"