blob: 3c826e4e3901f7abb083137a2febac9a561d959b [file] [log] [blame]
{
"name": "SwiftyCLI",
"module_name": "SwiftyCLI",
"version": "1.0.0",
"summary": "Swifty command line tool.",
"homepage": "https://github.com/Meniny/SwiftyCLI",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meniny/SwiftyCLI.git",
"tag": "1.0.0"
},
"source_files": "SwiftyCLI/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1"
}