blob: 7d33d85f2a21708dae84f1631d8cda319ddc62d5 [file] [log] [blame]
{
"name": "SwiftSerialize",
"version": "0.2.11",
"summary": "Library to serialize and deserialze Swift objects.",
"description": "Serialize Swift objects to JSON and unserialize them to custom classes.",
"homepage": "https://github.com/ckalnasy/SwiftSerialize",
"license": "MIT",
"authors": {
"CKalnasy": "kalnasy.6@osu.edu"
},
"source": {
"git": "https://github.com/ckalnasy/SwiftSerialize.git",
"tag": "0.2.11"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftSerialize/**/*",
"resource_bundles": {
"SwiftSerialize": [
"Pod/Assets/*.png"
]
}
}