blob: 15677121acc7f8c1e07665acb339e3108ed56296 [file] [log] [blame]
{
"name": "Argo",
"version": "2.2.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": "v2.2.0",
"submodules": true
},
"source_files": [
"Argo/**/*.{h,swift}",
"Carthage/Checkouts/Runes/Source/Runes.swift"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}