[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / c / 0 / Brisk / 3.0.0 / Brisk.podspec.json
blobc3d69fd775c3f0b8a3cca8c3d4ec545701a55cc7
2   "name": "Brisk",
3   "version": "3.0.0",
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.0"
24   },
25   "source_files": "Brisk/*.swift",
26   "requires_arc": true,
27   "xcconfig": {
28     "SWIFT_VERSION": "3.0"
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Brisk/*.swift"
35     },
36     {
37       "name": "Swift2",
38       "source_files": "Brisk/Swift2/*.swift",
39       "dependencies": {
40         "Brisk/Core": [
42         ]
43       }
44     }
45   ]