blob: 4e65d18dce64eb0dcfa656e140a5563b5f38f076 [file] [log] [blame]
{
"name": "Argo",
"version": "1.0.1",
"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": "v1.0.1"
},
"source_files": "Argo/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Runes": [
"~> 1.2"
],
"Box": [
"~> 1.2"
]
}
}