[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 0 / Brisk / 2.3.2 / Brisk.podspec.json
blob45f8e8a1d52f01bfd5793064da3e707dbc90d5f4
2   "name": "Brisk",
3   "version": "2.3.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": "2.3.2"
24   },
25   "source_files": "Brisk/*.swift",
26   "requires_arc": true,
27   "xcconfig": {
28     "SWIFT_VERSION": "2.3"
29   }