| { |
| "name": "Uncurry", |
| "version": "3.0.0", |
| "summary": "A library for function uncurrying.", |
| "homepage": "https://github.com/carlossless/uncurry", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Karolis Stasaitis": "contact@carlossless.io" |
| }, |
| "social_media_url": "http://twitter.com/carlossless", |
| "source": { |
| "git": "https://github.com/carlossless/uncurry.git", |
| "tag": "v3.0.0" |
| }, |
| "source_files": "Source/**/*.{h,swift}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |