[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 5 / OhSwifter / 0.6.0 / OhSwifter.podspec.json
blobcccf903b43db39065b15aacb1f2238316f841cde
2   "name": "OhSwifter",
3   "version": "0.6.0",
4   "summary": "A convenicence swift library.",
5   "homepage": "https://github.com/z30262226/OhSwifter",
6   "description": "A fluent style for UIKit initialize. \n\nIt dependency SwiftMinions, because I'm one of authors :)",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ohlulu": "z30262226@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/z30262226/OhSwifter.git",
16     "tag": "0.6.0"
17   },
18   "cocoapods_version": ">= 1.4.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.1",
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Sources/*.swift",
30         "Sources/**/*.swift"
31       ],
32       "dependencies": {
33         "SwiftMinions": [
34           "~> 5.0"
35         ]
36       }
37     }
38   ],
39   "swift_version": "5.1"