[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / 2 / BijectiveDictionary / 1.0.1 / BijectiveDictionary.podspec.json
blob0f357c2f87206bf6b5a544072d14d73d04d8eae0
2   "name": "BijectiveDictionary",
3   "version": "1.0.1",
4   "summary": "A dictionary that preserves the uniqueness of both its keys and its values.",
5   "homepage": "https://github.com/Operator/BijectiveDictionary",
6   "license": "MIT",
7   "authors": {
8     "Peter Meyers": "meyers@operator.com",
9     "Zach Langley": "zach@operator.com"
10   },
11   "source": {
12     "git": "https://github.com/Operator/BijectiveDictionary.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "public_header_files": "Pod/Classes/*.h",
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "subspecs": [
25     {
26       "name": "OPCCopying",
27       "source_files": "Pod/Classes/OPCCopying/OPCCopying.h",
28       "public_header_files": "Pod/Classes/OPCCopying/OPCCopying.h"
29     }
30   ]