[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / c / PDKTProgress / 0.1.4 / PDKTProgress.podspec.json
blobe4102f215569e29ed3534f3cd6746f9133d46605
2   "name": "PDKTProgress",
3   "version": "0.1.4",
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",
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.4"
14   },
15   "social_media_url": "https://twitter.com/fillito",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "PDKTProgress.{h,m}",
21   "resource_bundles": {
22   },
23   "frameworks": "UIKit"