[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 1 / HBEntity / 0.4.0 / HBEntity.podspec.json
blobeeb11d2601ba35d708aac6e59dc4e76775d46540
2   "name": "HBEntity",
3   "version": "0.4.0",
4   "summary": "This is a tool transfer NSArray and NSDictionary object to your custom entity,using runtime",
5   "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",
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": "0.4.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   }