blob: 26e0f5b5be20836d88fecf9f9af4e40f3605e428 [file] [log] [blame]
{
"name": "SwiftPreludeCocoa",
"version": "0.1.9",
"summary": "SwiftPreludeCocoa",
"description": "SwiftPreludeCocoa.",
"homepage": "https://github.com/SylvanasX/SwiftPreludeCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanpeitao@gmail.com": "10393625@qq.com"
},
"source": {
"git": "https://github.com/SylvanasX/SwiftPreludeCocoa.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"SwiftPreludeCocoa/Classes/LensHolder.swift",
"SwiftPreludeCocoa/Classes/lenses/Common/**/*"
],
"ios": {
"source_files": "SwiftPreludeCocoa/Classes/lenses/iOS/**/*"
},
"osx": {
"source_files": "SwiftPreludeCocoa/Classes/lenses/macOS/**/*"
},
"static_framework": true,
"dependencies": {
"SwiftPrelude": [
"~> 0.2.5"
]
},
"swift_version": "4.2"
}