[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 0 / Brisk / 3.0.2 / Brisk.podspec.json
blobbcb26273634e4b41f064d3d6e49904c4ca7eab81
2   "name": "Brisk",
3   "version": "3.0.2",
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.2"
24   },
25   "source_files": "Brisk/*.swift",
26   "requires_arc": true,
27   "default_subspecs": "Core",
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Brisk/*.swift"
33     },
34     {
35       "name": "Swift2",
36       "source_files": "Brisk/Swift2/*.swift",
37       "dependencies": {
38         "Brisk/Core": [
40         ]
41       }
42     }
43   ]