blob: f38d02297933dfda053e68e65fa6eea08e346c4b [file] [log] [blame]
{
"name": "CSDataModel",
"version": "1.0.0",
"summary": "Dictionary & Array Convert to Custom Objective-C DataModel Object",
"description": "It's a simple use runtime to convert NSDictionary & NSArray to custom DataModel;\\nCustom Object's property must NSObject such as: NSString NSNumber NSArray...",
"homepage": "https://github.com/csdq/CSDataModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mr.s": "stqemail@163.com"
},
"source": {
"git": "https://github.com/csdq/CSDataModel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CSDataModel/Classes/**/**"
}