blob: b2d5153c09a31f897f8e35e81b897d086518a4fd [file] [log] [blame]
{
"name": "SuperSerial",
"version": "0.1.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SuperSerial": [
"Pod/Assets/*.png"
]
}
}