blob: e8dd5964a662a573a1e9915adc9326eda18cd0ca [file] [log] [blame]
{
"name": "NSObject-Serialize",
"version": "0.1.1",
"summary": "Easy way from NSDictionary to NSObject or from NSObject to NSDictionary.",
"homepage": "https://github.com/ipconfiger/NSObject-Serialize",
"license": "MIT",
"authors": {
"ipconfiger": "superpowerlee@gmail.com"
},
"source": {
"git": "https://github.com/ipconfiger/NSObject-Serialize.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Example/BLSerializor/**/*",
"resource_bundles": {
"NSObject-Serialize": [
"Pod/Assets/*.png"
]
}
}