[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / e / c / 1 / SwiftChain / 1.0.0.3 / SwiftChain.podspec.json
blobf558145d9adef35d5a436344168a2980579a554e
2   "name": "SwiftChain",
3   "version": "1.0.0.3",
4   "summary": "swift 常用组件链式编程, 提高工作效率.",
5   "description": "通过 extension 实现, 低耦合.",
6   "homepage": "https://github.com/shang1219178163/SwiftChain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shang1219178163": "shang1219178163@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/shang1219178163/SwiftChain.git",
16     "tag": "1.0.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": "SwiftChain/Classes/**/*",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "WebKit"
28   ],
29   "swift_version": "5.0"