blob: 8aad5c2878d9945118205ad4e1f993ef9b3b3df1 [file] [log] [blame]
{
"name": "Tyro",
"version": "0.0.8",
"summary": "Functional JSON parsing and encoding.",
"homepage": "https://github.com/typelift/Tyro",
"license": {
"type": "BSD"
},
"authors": {
"CodaFi": "devteam.codafi@gmail.com",
"pthariensflame": "alexanderaltman@me.com",
"mpurland": "m.purland@gmail.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.1",
"watchos": "2.1"
},
"source": {
"git": "https://github.com/typelift/Tyro.git",
"tag": "v0.0.8",
"submodules": true
},
"source_files": "Tyro/*.swift",
"dependencies": {
"Swiftz": [
]
}
}