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 | Jun 2017 |
SwiftSwift Version | 3.1 |
SPMSupports SPM | ✗ |
Maintained by Interactive Services.
To run the example project, clone the repo, and run pod install
from the Example directory first.
DeepLinker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DeepLinker"
DeepLinker provides convenient API access to integrate with popular apps.
Don't waste your time to googling all these things up! Just use DeepLinker
DeepLinker.Phone.performCall(phoneNumber: "+7-923-233-3243")
DeepLinker.Settings.open()
DeepLinker.Skype.performAction(.call, contact: contactTextField.text!)
One API to rule them all
DeepLinker.Maps(latitude: 55.885452, longitude: 37.670545, option: .showPoint).openAppleMaps()
//
DeepLinker.Maps(latitude: 55.885452, longitude: 37.670545, option: .buildRoute).openYandexNavi()
DeepLinker.WebLink.presentSafariViewController(for: self, with: SomeUrl)
Alex Shubin, Interactive Services, [email protected], [email protected]
DeepLinker is available under the MIT license. See the LICENSE file for more info.