| { |
| "name": "AnyFunction", |
| "version": "1.0.4", |
| "summary": "Type tools for manipulating closures of distinct types", |
| "description": "Type tools for manipulating closures of distinct types.", |
| "homepage": "https://github.com/damouse/AnyFunction", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mickey Barboi": "mickey.barboi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/damouse/AnyFunction.git", |
| "tag": "1.0.4" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": [ |
| "AnyFunction", |
| "AnyFunction/**/*.{swift,h,m}" |
| ], |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |