Latest | 0.1.0 |
---|---|
Homepage | https://github.com/gtranchedone/GTLocation |
License | MIT |
Platforms | ios 7.0, osx 10.9, requires ARC |
Dependencies | GTFoundation |
Frameworks | CoreLocation, MapKit |
Authors |
GTLocation is an extension to Core Location that adds categories and classes to easier working with locations. It also adds classes to interface with the Google Maps and Google Places APIs that aren’t exposed in the Google Maps SDK.
Usage
To run the example project; clone the repo, and run pod install
from the Project directory first.
Requirements
GTLocation requires iOS 7+ or OS X 10.9+.
Installation
GTLocation is available through CocoaPods, to install
it simply add the following line to your Podfile:
pod "GTLocation", '~> 0.1.0'
License
GTLocation is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GTLocation", "version": "0.1.0", "summary": "An extension to Core Location that adds categories and classes to easier working with locations. Supports the Google Maps SDK.", "description": " tAn extension to Core Location that adds categories and classes to easier working with locations. It also adds classes to interface with the Google Maps and Google Places APIs that aren't exposed in the Google Maps SDK.n", "homepage": "https://github.com/gtranchedone/GTLocation", "license": "MIT", "authors": { "Gianluca Tranchedone": "[email protected]" }, "source": { "git": "https://github.com/gtranchedone/GTLocation.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0", "osx": "10.9" }, "requires_arc": true, "source_files": "Classes/**/*", "ios": { "exclude_files": "Classes/osx" }, "osx": { "exclude_files": "Classes/ios" }, "public_header_files": "Classes/**/*.h", "frameworks": [ "CoreLocation", "MapKit" ], "dependencies": { "GTFoundation": [ "~> 0.1" ] } }
Sun, 06 Mar 2016 19:10:04 +0000