[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / f / b / a / SwiftAsync / 0.2.0 / SwiftAsync.podspec.json
blobf0520d7e0105d53bf27fb1d2953946ff2d6fb1c6
2   "name": "SwiftAsync",
3   "version": "0.2.0",
4   "summary": "Async, await control flow for Swift.",
5   "description": "Async, await control flow for Swift, similar to co.js/vo.js/ES7 async function.",
6   "homepage": "https://github.com/zhxnlai/Async",
7   "license": "MIT",
8   "authors": {
9     "Zhixuan Lai": "zhxnlai@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zhxnlai/Async.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "http://twitter.com/ZhixuanLai",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Async": [
23       "Pod/Assets/*.png"
24     ]
25   }