blob: 1358a32f952dfc666824689607223cb1923091b2 [file] [log] [blame]
{
"name": "SwiftCallbacks",
"version": "1.0.0",
"summary": "Replace Target-Action Pattern With Callbacks",
"description": "SwiftCallbacks replaces the Target-Action pattern with callbacks for UIControl and UIBarButtonItem.",
"homepage": "https://github.com/bradhilton/SwiftCallbacks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/SwiftCallbacks.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCallbacks",
"SwiftCallbacks/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~>1.0.1"
]
}
}