CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Nov 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by MZC0829.
platform :ios, '8.0'
target 'YourIosApps' do
use_frameworks!
pod 'MapsNav', '~> 1.0.0'
end
$ pod install
let toLocation = CLLocationCoordinate2D(latitude: 22.553355, longitude: 113.946791)
mapsNav(toPoint: toLocation, toPointName: "good place")