[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / 6 / GoSwift / 0.0.2 / GoSwift.podspec.json
blobf764de83ddfc22d547f0df921dfae0540697aa5a
2   "name": "GoSwift",
3   "version": "0.0.2",
4   "summary": "Go Goodies for Swift. Including goroutines, channels, defer, and panic.",
5   "description": "Go Goodies for Swift. Including goroutines, channels, defer, panic, and sync package.",
6   "homepage": "https://github.com/tidwall/GoSwift",
7   "license": {
8     "type": "Attribution License",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/tidwall/GoSwift.git",
13     "tag": "0.0.2"
14   },
15   "authors": {
16     "Josh Baker": "joshbaker77@gmail.com"
17   },
18   "social_media_url": "https://twitter.com/tidwall",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": "go.swift",
24   "requires_arc": true