CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

DeepLinker 0.1.2

DeepLinker 0.1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.1
SPMSupports SPM

Maintained by Interactive Services.



Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

DeepLinker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DeepLinker"

Usage

DeepLinker provides convenient API access to integrate with popular apps.

Don't waste your time to googling all these things up! Just use DeepLinker 😺

Phone calls

DeepLinker.Phone.performCall(phoneNumber: "+7-923-233-3243")

Open settings for the app

DeepLinker.Settings.open()

Skype calls

DeepLinker.Skype.performAction(.call, contact: contactTextField.text!)

Maps(yandex, google, apple)

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()

Open links in SafariViewController

DeepLinker.WebLink.presentSafariViewController(for: self, with: SomeUrl)

Author

Alex Shubin, Interactive Services, [email protected], [email protected]

License

DeepLinker is available under the MIT license. See the LICENSE file for more info.