platform :ios, '8.0'
target 'YourIosApps' do
use_frameworks!
pod 'MapsNav', '~> 1.1.0'
end
$ pod install
$ touch Cartfile
github "MZC0829/MapsNav"
$ carthage update
- iOS 8.0+
- swift 3+ and swift 4
let toLocation = CLLocationCoordinate2D(latitude: 22.553355, longitude: 113.946791)
mapsNav(toPoint: toLocation, toPointName: "good place")