blob: 248bcec6815286afe60040011652706b79007d27 [file] [log] [blame]
{
"name": "iAsync.network",
"version": "0.0.2",
"summary": "iAsync.network lib developed to make network async programming easier",
"description": " iAsync is a set of IOS libraries that aims to make asychronous programming easy for for IOS developers. It uses functional programming ideas to solve Callback Hell problem.\n\n iAsync.network provides functions to work with network in iAsync term.\n\n * google group : https://groups.google.com/forum/#!forum/iasync-users\n * skype chat (mostly, russian speaking) : skype:?chat&blob=8WfBM4NDRJZwtFEjtCR69UxYie9KVzZqp0pPogEOUHQGBbvMnxo4IxSHdusKsg8dfhFYYb5vKB2PSkJbfb72_bgSDfanudA7xIjsZORHA6FxPUaLhb7JXI1eFOnIo7l8C4pxHdpIeQipTw\n",
"homepage": "https://www.facebook.com/vladimir.gorbenko.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Gorbenko": "gorbenko.vova@gmail.com"
},
"social_media_url": "https://www.facebook.com/vladimir.gorbenko.9",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/volodg/iAsync.network.git",
"tag": "0.0.2"
},
"source_files": "Lib/**/*.{swift,m,h}",
"dependencies": {
"iAsync.async": [
"~> 0.0.1"
]
}
}