[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 2 / BijectiveDictionary / 1.0.4 / BijectiveDictionary.podspec.json
blobf2e304c869b228d63330868a000771027fd82815
2   "name": "BijectiveDictionary",
3   "version": "1.0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.{h,m}",
21   "public_header_files": "Pod/Classes/*.h",
22   "ios": {
23     "frameworks": "Foundation"
24   },
25   "subspecs": [
26     {
27       "name": "OPCCopying",
28       "source_files": "Pod/Classes/OPCCopying/OPCCopying.h",
29       "public_header_files": "Pod/Classes/OPCCopying/OPCCopying.h"
30     }
31   ]