blob: 77ca5e30fb9a78fa5aa33845ca9b5a62aa44989b [file] [log] [blame]
{
"name": "SwiftChain",
"version": "1.0.0.10",
"summary": "swift 常用组件链式编程, 提高工作效率.",
"description": "通过 extension 实现, 低耦合.",
"homepage": "https://github.com/shang1219178163/SwiftChain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shang1219178163": "shang1219178163@gmail.com"
},
"source": {
"git": "https://github.com/shang1219178163/SwiftChain.git",
"tag": "1.0.0.10"
},
"platforms": {
"ios": "10.0",
"osx": "10.13"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "SwiftChain/Classes/*.swift",
"ios": {
"source_files": "SwiftChain/ios/*.swift",
"frameworks": "UIKit"
},
"osx": {
"source_files": "SwiftChain/osx/*.swift",
"frameworks": "AppKit"
},
"frameworks": [
"Foundation",
"QuartzCore",
"WebKit",
"Photos"
],
"swift_version": "5.0"
}