[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / c / 1 / KVMapper / 0.3.0 / KVMapper.podspec.json
blob01859947dcc5bfe244db255727724ac5d1ad7634
2   "name": "KVMapper",
3   "version": "0.3.0",
4   "summary": "A Library to map one NSDictionary to another that can transform BOTH keys and values with a single map.",
5   "homepage": "https://github.com/confidenceJuice/KVMapper",
6   "license": "MIT",
7   "authors": {
8     "Daniel Haight": "confidence.designed@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/confidenceJuice/KVMapper.git",
12     "tag": "0.3.0"
13   },
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6"
17   },
18   "source_files": "KVMapper/",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "dependencies": {
22     "DHCObjectIntrospection": [
23       "~> 0.1"
24     ]
25   }