blob: 47ab37aa69ce512a0cb53d92dbd2d89bfff4422e [file] [log] [blame]
{
"name": "FunkyNetwork",
"version": "0.1.10",
"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.10"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "8.0"
},
"source_files": "FunkyNetwork/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
],
"OHHTTPStubs/Swift": [
],
"Prelude": [
"~> 3.0"
]
}
}