[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 8 / MMMaterialDesignSpinner / 0.1.0 / MMMaterialDesignSpinner.podspec.json
bloba617a87055f440b78b5fcc88b8839fdcb56b381f
2   "name": "MMMaterialDesignSpinner",
3   "version": "0.1.0",
4   "summary": "An iOS activity spinner modeled after Google's Material Design spinner",
5   "description": "                        I love Google's new indeterminate spinner in the [Material Design guidelines](http://www.google.com/design/spec/components/progress-activity.html#progress-activity-types-of-indicators), and I hadn't found a recreation of it for iOS yet, so I created it using CoreGraphics and CoreAnimation, which makes it super lightweight, smooth, and scalable to large sizes.\n\n                        Special thanks to the following projects and articles that helped me create this:\n                        * [Google Material Design's Animated Loading Spinner Using HTML, CSS and SVG](http://david.ingledow.co.uk/blog/google-material-designs-animated-loading-spinner-svg-and-css/) for help figuring out exactly what animations were going on.\n                        * [LLARingSpinnerView](https://github.com/lipka/LLARingSpinnerView) as the base for a custom activity spinner UIView.\n                        * [center-vfl](https://github.com/evgenyneu/center-vfl) because centering things with Auto Layout's VFL is way harder than it should be to remember.\n                        * [kylefox / color.m gist](https://gist.github.com/kylefox/1689973) for creating random UIColor values.\n",
6   "homepage": "https://github.com/misterwell/MMMaterialDesignSpinner",
7   "license": "MIT",
8   "authors": {
9     "Mike Maxwell": "misterwell@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/misterwell/MMMaterialDesignSpinner.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/themisterwell",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "MaterialDesignSpinner": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreGraphics"
29   ]