| { |
| "name": "RKCLLocationValueTransformer", |
| "version": "1.1.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.1.0" |
| }, |
| "source_files": "Code", |
| "requires_arc": true, |
| "dependencies": { |
| "RKValueTransformers": [ |
| "~> 1.1.0" |
| ] |
| }, |
| "frameworks": "CoreLocation", |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| } |
| } |