blob: ea3ef006f6061e7021a78a6811f709bb4c05575f [file] [log] [blame]
{
"name": "Argo",
"version": "5.0.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": "v5.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_versions": [
5.0
],
"dependencies": {
"Runes": [
">= 5.0.0"
]
},
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "5.0"
}