blob: f83550ce0cf205b2c45c23676cf85ef0682f76f6 [file] [log] [blame]
{
"name": "GoSwift",
"version": "1.0.0",
"summary": "Go Goodies for Swift. Including goroutines, channels, defer, and panic.",
"homepage": "https://github.com/tidwall/GoSwift",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/tidwall/GoSwift.git",
"tag": "v1.0.0"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "GoSwift/go.swift",
"requires_arc": true
}