[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 9 / f / d / SFProgressHUD / 0.2.0 / SFProgressHUD.podspec.json
blobc7a4026c2cf6b4cbd22b88df86d07e555499023e
2   "name": "SFProgressHUD",
3   "version": "0.2.0",
4   "summary": "Progress, simelpe MBProgress by swift 2.2",
5   "homepage": "https://github.com/looseyi/SFProgressHUD.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "looseyi": "13615033587@126.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/looseyi/SFProgressHUD.git",
18     "tag": "0.2.0"
19   },
20   "source_files": "Source/*.swift",
21   "exclude_files": "Classes/Demo",
22   "frameworks": "CoreGraphics",
23   "requires_arc": true,
24   "dependencies": {
25     "SnapKit": [
26       "~> 0.15.0"
27     ]
28   }