blob: 2fc6e87f87c7edb086033ec89f526fa5452438ea [file] [log] [blame]
{
"name": "KVMapper",
"version": "0.4.0",
"summary": "A Library to map one NSDictionary to another that can transform BOTH keys and values with a single map.",
"homepage": "https://github.com/confidenceJuice/KVMapper",
"license": "MIT",
"authors": {
"Daniel Haight": "confidence.designed@gmail.com"
},
"source": {
"git": "https://github.com/confidenceJuice/KVMapper.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "KVMapper/",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"DHCObjectIntrospection": [
"~> 0.1"
]
}
}