blob: 85ba372a42330969baccf1b4bdf8ab5c11b2241c [file] [log] [blame]
{
"name": "Swish",
"version": "1.0.0",
"summary": "Nothing but net(working)",
"homepage": "https://github.com/thoughtbot/Swish",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gordon Fontenot": "gordon@thoughtbot.com",
"Sid Raval": "sid@thoughtbot.com",
"thoughtbot": null
},
"social_media_url": "http://twitter.com/thoughtbot",
"source": {
"git": "https://github.com/thoughtbot/Swish.git",
"tag": "v1.0.0"
},
"source_files": "Source/**/*.{h,swift}",
"dependencies": {
"Argo": [
"~> 3.0.0"
],
"Result": [
"~> 2.0.0"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}