blob: 4c805dd2963cfddb61fd4125641b8caa60a42268 [file] [log] [blame]
{
"name": "Argo",
"version": "0.2",
"summary": "Functional JSON parsing library for Swift.",
"homepage": "https://github.com/thoughtbot/Argo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gordon Fontenot": "gordon@thoughtbot.com",
"Tony DiPasquale": "tony@thoughtbot.com",
"thoughtbot": null
},
"social_media_url": "http://twitter.com/thoughtbot",
"source": {
"git": "https://github.com/thoughtbot/Argo.git",
"tag": "v0.2"
},
"source_files": "Argo/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}