blob: 0542e24f46e0de45aeaecdf5ab9bc8768882b645 [file] [log] [blame]
{
"name": "SwiftCallbacks",
"version": "5.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": "5.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftCallbacks",
"SwiftCallbacks/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"5.0.0"
]
}
}