blob: 8495a491c18311f2f335d3190d9f11c3bc135558 [file] [log] [blame]
{
"name": "SuperSerial",
"version": "0.1.8",
"summary": "JSON serialization/deserialization for Swift object & value types, with automatic stored-property inferrance in structs.",
"description": "JSON serialization/deserialization for Swift value types (structs in particular) and objects, with automatic stored-property inferrance using Swift Mirror.",
"homepage": "https://github.com/pourhadi/SuperSerial",
"license": "MIT",
"authors": {
"Daniel Pourhadi": "dan@pourhadi.com"
},
"source": {
"git": "https://github.com/pourhadi/SuperSerial.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"documentation_url": "http://pourhadi.github.io/SuperSerialDocumentation/",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SuperSerial": [
"Pod/Assets/*.png"
]
}
}