blob: 02d72b5b458149a73942c2b12180c6e0ba7abaa9 [file] [log] [blame]
{
"name": "Then",
"version": "2.0.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.0.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
}
}