blob: 64b7aeaa51425fd294edf604925c6cc3bda94ed6 [file] [log] [blame]
{
"name": "Camarilla",
"version": "0.1",
"license": "MIT",
"summary": "JSON parser middleware for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Camarilla",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Camarilla.git",
"tag": "v0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Camarilla/**/*.swift",
"dependencies": {
"Medea": [
"0.1"
],
"Fuzz": [
"0.1.1"
]
},
"requires_arc": true
}