{ | |
"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" | |
} | |
} |