[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 4 / 6 / b / Progress / 3.0 / Progress.podspec.json
blob250a3c5512ba99bb42c2872ae177d8861a2f982f
2   "name": "Progress",
3   "version": "3.0",
4   "summary": "A iOS progress indicator management tool",
5   "swift_versions": "4.2",
6   "description": "Apart from any kinds of ProgresHUDs that capture the whole screen and lock the user interaction, Progress provides a more precise and elegant progress indicator. Progress allows you to add any number/kinds of progressor views into each view with only one line of code. The progress indicator can be an arbitrary combination of built-in/custom progressors. Progress helps you provide a fluent user experience in your iOS application.",
7   "homepage": "https://github.com/popodidi/Progress",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "popodidi": "changhao@haostudio.cc"
14   },
15   "source": {
16     "git": "https://github.com/popodidi/Progress.git",
17     "tag": "3.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Progress/Classes/**/*",
23   "swift_version": "4.2"