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