[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / b / a / SwiftAsync / 0.1.0 / SwiftAsync.podspec.json
blob16a23c94b4c10c503923b452843a3852e3bf0648
2   "name": "SwiftAsync",
3   "version": "0.1.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.1.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   }