[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 1 / HBEntity / 1.1.4 / HBEntity.podspec.json
blob869e700feae29310a7b10185f0d8bef4cb21fa5f
2   "name": "HBEntity",
3   "version": "1.1.4",
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.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"