[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / c / 0 / Brisk / 3.0.1 / Brisk.podspec.json
blob61c1dbc0386c7d80a15a65c6982be9cdc5038f0e
2   "name": "Brisk",
3   "version": "3.0.1",
4   "summary": "Concise concurrency manipulation for Swift",
5   "description": "Concise concurrency manipulation for Swift: completionHandler+>>()",
6   "homepage": "https://github.com/jmfieldman/Brisk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Fieldman": "jason@fieldman.org"
13   },
14   "social_media_url": "http://fieldman.org",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/jmfieldman/Brisk.git",
23     "tag": "3.0.1"
24   },
25   "source_files": "Brisk/*.swift",
26   "requires_arc": true,
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Brisk/*.swift"
32     },
33     {
34       "name": "Swift2",
35       "source_files": "Brisk/Swift2/*.swift",
36       "dependencies": {
37         "Brisk/Core": [
39         ]
40       }
41     }
42   ]