[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 0 / c / PDKTProgress / 0.1.1 / PDKTProgress.podspec.json
blob22f4491288e1252382d45926760c2803789534ed
2   "name": "PDKTProgress",
3   "version": "0.1.1",
4   "summary": "Handle progress and subprogress",
5   "description": "                       This small class handles progress and uses the Decorator Pattern to handle\n                        subprogresses so you could decouple your progress operations.\n                        It also can create fake progresses for unpredictable time length operations\n",
6   "homepage": "https://github.com/Produkt/PDKTProgress",
7   "license": "MIT",
8   "authors": {
9     "Daniel García": "fillito@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Produkt/PDKTProgress.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/fillito",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "PDKTProgress.{h,m}",
21   "resource_bundles": {
22   },
23   "frameworks": "UIKit"