blob: 3970456fa461e8a85a4d897c457244e8220c7655 [file] [log] [blame]
{
"name": "SwiftyEvents",
"version": "0.1.0",
"summary": "This library aims to use swifty way when you need to add target your UIControl objects.",
"description": "This library aims to use swifty way when you need to add target your UIControl objects. You can listen event by closures.",
"homepage": "https://github.com/volkanbicer/SwiftyEvents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Volkan Bicer": "vlknbcr@gmail.com"
},
"source": {
"git": "https://github.com/volkanbicer/SwiftyEvents.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyEvents/Classes/**/*"
}