blob: 78d9ce7e8dadc444d1c9f01f3a858af9e1f0f892 [file] [log] [blame]
{
"name": "SwiftCallbacks",
"version": "3.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": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCallbacks",
"SwiftCallbacks/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~>3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}