[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / e / c / RDHOrderedDictionary / 0.2.1 / RDHOrderedDictionary.podspec.json
blob906a7755d4373a6637de7bdf3813c2662cae87e0
2   "name": "RDHOrderedDictionary",
3   "version": "0.2.1",
4   "license": "MIT",
5   "summary": "Ordered version of NSDictionary.",
6   "homepage": "https://github.com/rhodgkins/RDHOrderedDictionary",
7   "authors": "Rich Hodgkins",
8   "source": {
9     "git": "https://github.com/rhodgkins/RDHOrderedDictionary.git",
10     "tag": "0.2.1"
11   },
12   "frameworks": "Foundation",
13   "requires_arc": true,
14   "source_files": "RDHOrderedDictionary/**/*.{h,m}",
15   "public_header_files": [
16     "RDHOrderedDictionary/RDHOrderedDictionary.h",
17     "RDHOrderedDictionary/NSMutableDictionary+RDHCombinationOperations.h"
18   ]