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