blob: 52f858ea1932baa7d62a397efdbf9b729e38ee5f [file] [log] [blame]
{
"name": "SwiftArgs",
"version": "0.5.2",
"summary": "A small Swift framework for creating simple command line interfaces.",
"description": "`SwiftArgs` lets you handle command line arguments with ease. Just supply the valid arguments, and let `SwiftArgs` handle the rest.",
"homepage": "https://github.com/pkrll/SwiftArgs",
"license": "MIT",
"authors": {
"Ardalan Samimi": "ardalan@saturnfive.se"
},
"social_media_url": "http://twitter.com/ardalansamimi",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/pkrll/SwiftArgs.git",
"tag": "0.5.2"
},
"source_files": [
"Sources/SwiftArgs/*.{swift}",
"Sources/SwiftArgs/**/*.{swift}"
],
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"static_framework": true
}