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