[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 1 / HBEntity / 1.1.0 / HBEntity.podspec.json
blob09e26600f2d39536d62b42b4ddd078f3b3c5280a
2   "name": "HBEntity",
3   "version": "1.1.0",
4   "summary": "This is a tool transfer NSArray and NSDictionary object to your custom entity,using runtime",
5   "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.",
6   "homepage": "https://github.com/knighthb/HBEntity",
7   "license": "MIT",
8   "authors": {
9     "knight": "huangbin911@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/knighthb/HBEntity.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HBEntity": [
22       "Pod/Assets/*.png"
23     ]
24   }