[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / 6 / Do / 0.8.1 / Do.podspec.json
blob0d7ad0fe9c8a0ddb3f13d46222282d5273bf6b18
2   "name": "Do",
3   "version": "0.8.1",
4   "summary": "A Swift-er way to do GCD-related things.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Mathew Huusko V": "mhuusko5@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/mhuusko5",
13   "homepage": "https://github.com/mhuusko5/Do",
14   "source": {
15     "git": "https://github.com/mhuusko5/Do.git",
16     "tag": "0.8.1"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "default_subspecs": "2.0",
25   "subspecs": [
26     {
27       "name": "1.2",
28       "source_files": "Do-1.2.swift"
29     },
30     {
31       "name": "2.0",
32       "source_files": "Do-2.0.swift"
33     }
34   ]