[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 5 / 6 / Do / 0.8.2 / Do.podspec.json
blob16aabba2b9673e53c66d4826f880cf9da09a43ce
2   "name": "Do",
3   "version": "0.8.2",
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.2"
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   ]