[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 7 / 5 / RKCLLocationValueTransformer / 1.1.0 / RKCLLocationValueTransformer.podspec.json
blob8c9250d51edf1341a43ef5d9108770a8483d5f76
2   "name": "RKCLLocationValueTransformer",
3   "version": "1.1.0",
4   "license": "Apache2",
5   "summary": "An RKValueTransformer for transforming between NSDictionary and CLLocation representations of a geographical coordinate.",
6   "homepage": "https://github.com/RestKit/RKCLLocationValueTransformer",
7   "authors": {
8     "Blake Watters": "blakewatters@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/RestKit/RKCLLocationValueTransformer.git",
12     "tag": "v1.1.0"
13   },
14   "source_files": "Code",
15   "requires_arc": true,
16   "dependencies": {
17     "RKValueTransformers": [
18       "~> 1.1.0"
19     ]
20   },
21   "frameworks": "CoreLocation",
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   }