blob: 70e8d9659abe5b11f692c9c1a145bddeaf665bee [file] [log] [blame]
{
"name": "OhSwifter",
"version": "0.7.0",
"summary": "A convenicence swift library.",
"homepage": "https://github.com/z30262226/OhSwifter",
"description": "A fluent style for UIKit initialize. \n\nIt dependency SwiftMinions, because I'm one of authors :)",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ohlulu": "z30262226@gmail.com"
},
"source": {
"git": "https://github.com/z30262226/OhSwifter.git",
"tag": "0.7.0"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift"
],
"dependencies": {
"SwiftMinions": [
"~> 5.0"
]
}
}
],
"swift_version": "5.1"
}