[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 6 / e / FFCircularProgressView / 0.1 / FFCircularProgressView.podspec.json
blob9c817f744b01de1209e57c43535e582e0349d7e2
2   "name": "FFCircularProgressView",
3   "version": "0.1",
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.1"
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