blob: 90c2abda36a51d2f73ad2e1821c3eb2d5c81a00d [file] [log] [blame]
{
"name": "Then",
"version": "2.6.0",
"summary": "Super sweet syntactic sugar for Swift initializers.",
"homepage": "https://github.com/devxoul/Then",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Then.git",
"tag": "2.6.0"
},
"source_files": "Sources/Then/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.0"
}