blob: c4c50f85f51c6b6e472d0abb5b98b4be9c29a861 [file] [log] [blame]
{
"name": "iAsync.async",
"version": "0.0.1",
"summary": "iAsync.async lib developed to make 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 * 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.async.git",
"tag": "0.0.1"
},
"source_files": "Lib/**/*.{swift,m,h}",
"dependencies": {
"iAsync.utils": [
"~> 0.0.1"
]
}
}