blob: eb4ce7c6bfe98249549b864ec51588cfef02c143 [file] [log] [blame]
{
"name": "FunkyNetwork",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "8.0"
},
"source_files": "FunkyNetwork/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
],
"OHHTTPStubs/Swift": [
]
}
}