| { |
| "name": "SwiftMulticastDelegate", |
| "version": "0.1.8", |
| "summary": "A safe and efficient implementation of multicast delegates for Swift", |
| "homepage": "https://github.com/tumtumtum/SwiftMulticastDelegate/", |
| "license": "MIT", |
| "authors": { |
| "Thong Nguyen": "tumtumtum@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tumtumtum/SwiftMulticastDelegate.git", |
| "tag": "0.1.8" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "frameworks": "CoreFoundation" |
| }, |
| "osx": { |
| "frameworks": "CoreFoundation" |
| }, |
| "watchos": { |
| "frameworks": "CoreFoundation" |
| }, |
| "source_files": "src/SwiftMulticastDelegate/**/*.swift" |
| } |