[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / 5 / iAsync.async / 0.0.1 / iAsync.async.podspec.json
blobc4c50f85f51c6b6e472d0abb5b98b4be9c29a861
2   "name": "iAsync.async",
3   "version": "0.0.1",
4   "summary": "iAsync.async lib developed to make async programming easier",
5   "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",
6   "homepage": "https://www.facebook.com/vladimir.gorbenko.9",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladimir Gorbenko": "gorbenko.vova@gmail.com"
13   },
14   "social_media_url": "https://www.facebook.com/vladimir.gorbenko.9",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/volodg/iAsync.async.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "Lib/**/*.{swift,m,h}",
23   "dependencies": {
24     "iAsync.utils": [
25       "~> 0.0.1"
26     ]
27   }