[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / c / PDKTProgress / 0.1.2 / PDKTProgress.podspec.json
blob8e46cfec1091628dbc84daccadec706735c6082a
2   "name": "PDKTProgress",
3   "version": "0.1.2",
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.2"
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"