blob: eeb11d2601ba35d708aac6e59dc4e76775d46540 [file] [log] [blame]
{
"name": "HBEntity",
"version": "0.4.0",
"summary": "This is a tool transfer NSArray and NSDictionary object to your custom entity,using runtime",
"description": " \t\t\t\t\t\t\tThis is a tool transfer NSArray and NSDictionary object to your custom entity/model,using runtime.\n \t\t\t\t\t\t\twe don't have to declair which properties in entity/model are belongs to whitelist and blacklist,\n \t\t\t\t\t\t\twe also made an adpter to meet the desire that custom entity/model's property name is not the same to original keys.\n",
"homepage": "https://github.com/knighthb/HBEntity",
"license": "MIT",
"authors": {
"knight": "huangbin911@gmail.com"
},
"source": {
"git": "https://github.com/knighthb/HBEntity.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HBEntity": [
"Pod/Assets/*.png"
]
}
}