[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 3 / 0 / CLLocationManager-blocks / 1.1.0 / CLLocationManager-blocks.podspec.json
blob02d1485eaaa303210845e27e9b4da8600781b9d8
2   "name": "CLLocationManager-blocks",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "A category on CLLocationManager adding blocks to basic delegate methods. It also adds some nifty features for simplifying location updates.",
6   "homepage": "https://github.com/axldyb/CLLocationManager-blocks",
7   "authors": {
8     "Aksel Dybdal": "akseldybdal@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/axldyb/CLLocationManager-blocks.git",
12     "tag": "1.1.0"
13   },
14   "source_files": "CLLocationManager-blocks",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "ios": {
20     "frameworks": "CoreLocation"
21   }