blob: 3ca9bf9aaaf83f87237bc187722a313443f74878 [file] [log] [blame]
{
"name": "Extractable",
"version": "1.0.1",
"summary": "A lightweight JSON and Dictionary value extractor.",
"description": "A lightweight JSON and Dictionary value extractor that extensively uses Swift Type Inference and Protocols.",
"homepage": "https://github.com/psychoticidiot/Extractable",
"license": "MIT",
"authors": "Brian Mullen",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/psychoticidiot/Extractable.git",
"tag": "1.0.1"
},
"source_files": "Extractable/**/*.swift",
"requires_arc": true,
"module_name": "Extractable"
}