| { |
| "name": "FunkyNetwork", |
| "version": "0.1.9", |
| "summary": "FunkyNetwork provides a foundation for reusable functional networking in Swift.", |
| "description": "FunkyNetwork provides a foundation for reusable functional networking in Swift. It harnesses inheritance to make adding new capabilities to a simple set of networking classes easy and fast, while pushing side effects to the boundaries of the implementation.", |
| "homepage": "https://github.com/schrockblock/funky-network", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Elliot": "" |
| }, |
| "source": { |
| "git": "https://github.com/schrockblock/funky-network.git", |
| "tag": "0.1.9" |
| }, |
| "social_media_url": "https://twitter.com/elliot_schrock", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "FunkyNetwork/Classes/**/*", |
| "dependencies": { |
| "ReactiveSwift": [ |
| |
| ], |
| "OHHTTPStubs/Swift": [ |
| |
| ], |
| "Prelude": [ |
| "~> 3.0" |
| ] |
| } |
| } |