blob: 0f0d0bae8b00091184022cc1c6bedbff9f23f325 [file] [log] [blame]
{
"name": "Idioms",
"version": "0.1.0",
"summary": "Swift idioms",
"description": "Set of extensions for common Swift types.",
"homepage": "https://github.com/hectr/swift-idioms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hèctor Marquès": "h@mrhector.me"
},
"social_media_url": "https://twitter.com/elnetus",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/hectr/swift-idioms.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}