[Add] YIM 2.0.15
[CocoaPods.git] / Specs / 8 / 6 / e / FFCircularProgressView / 0.3 / FFCircularProgressView.podspec.json
blob58a55880d8954c04ebcfe419c9311fe256a57689
2   "name": "FFCircularProgressView",
3   "version": "0.3",
4   "summary": "An iOS 7-inspired blue circular progress view.",
5   "description": "                    This circular progress view is inspired by the new progress view in the App Store, iOS 7.\n                    Also the colors are taken from the new mobile operative system by Apple Inc.\n                    The progress view supports spinning and animates transition between progress 0 to 1.\n",
6   "homepage": "https://github.com/elbryan/FFCircularProgressView",
7   "screenshots": [
8     "https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss1.png",
9     "https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss2.png",
10     "https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss3.png",
11     "https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss4.png"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Fabiano Francesconi": "fabiano.francesconi@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/elbryan/FFCircularProgressView.git",
22     "tag": "0.3"
23   },
24   "platforms": {
25     "ios": null
26   },
27   "source_files": "FFCircularProgressView/FFCircularProgressView/*.{h,m}",
28   "frameworks": [
29     "CoreGraphics",
30     "QuartzCore"
31   ],
32   "requires_arc": true