blob: beb2ee2051e875ff7898c0386d2f14cb92bffe48 [file] [log] [blame]
{
"name": "RKCLLocationValueTransformer",
"version": "1.0.0",
"license": "Apache2",
"summary": "An RKValueTransformer for transforming between NSDictionary and CLLocation representations of a geographical coordinate.",
"homepage": "https://github.com/RestKit/RKCLLocationValueTransformer",
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"source": {
"git": "https://github.com/RestKit/RKCLLocationValueTransformer.git",
"tag": "v1.0.0"
},
"source_files": "Code",
"requires_arc": true,
"dependencies": {
"RKValueTransformers": [
"~> 1.0.0"
]
},
"frameworks": "CoreLocation",
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}