| { |
| "name": "SwiftCallbacks", |
| "version": "4.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": "4.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "SwiftCallbacks", |
| "SwiftCallbacks/**/*.{swift,h,m}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "AssociatedValues": [ |
| "~>3.0.0" |
| ] |
| } |
| } |