[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / 1 / SwiftChain / 1.1.0.1 / SwiftChain.podspec.json
blob8fa0d50912bd8c37624fbcdce7ea9d2f616fb9a6
2   "name": "SwiftChain",
3   "version": "1.1.0.1",
4   "summary": "swift 常用组件链式编程, 提高工作效率.",
5   "description": "通过 extension 实现, 低耦合(iOS && macOS).",
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.1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.13"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "source_files": "SwiftChain/Classes/*.swift",
25   "ios": {
26     "source_files": "SwiftChain/ios/*.swift",
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "source_files": "SwiftChain/osx/*.swift",
31     "frameworks": "AppKit"
32   },
33   "frameworks": [
34     "Foundation",
35     "QuartzCore",
36     "WebKit",
37     "Photos"
38   ],
39   "swift_version": "5.0"