blob: 4485f3b70c7929cee625319010864f54d1be72db [file] [log] [blame]
{
"name": "ReusableKit",
"version": "1.1.0",
"summary": "Generic reusables for Cocoa.",
"homepage": "https://github.com/devxoul/ReusableKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/ReusableKit.git",
"tag": "1.1.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}