blob: ab9adfc9841f97947afb1b62e7dda3be63c2bcbb [file] [log] [blame]
{
"name": "Argo",
"version": "4.1.0",
"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": "v4.1.0"
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Runes": [
">= 4.0.0"
]
},
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0"
}