blob: 1b11e3459c324a8ece10ff923835b9e887764d8c [file] [log] [blame]
{
"name": "GenericReusable",
"version": "0.2.1",
"summary": "Generic reusables for Cocoa.",
"homepage": "https://github.com/devxoul/GenericReusable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/GenericReusable.git",
"tag": "0.2.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"deprecated_in_favor_of": "ReusableKit"
}