blob: a2d4e2a84700b209336d48bc25fcf2eff728af63 [file] [log] [blame]
{
"name": "fd",
"version": "0.1.0",
"summary": "Swift file descriptor / socket library",
"homepage": "https://fuller.li/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/fd.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}