blob: 976fbd0cd8f1b416e98bcb28b335b8fa2f491b69 [file] [log] [blame]
{
"name": "SwiftCallbacks",
"version": "4.2.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": "4.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCallbacks",
"SwiftCallbacks/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~> 3.0.0"
]
}
}