Skip to content

The Swift framework for the Snips Platform

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

snipsco/snips-platform-swift

snips-platform-swift

Build Status Carthage compatible Swift 5.0 platforms

The Swift framework for the Snips Platform

Installation

SnipsPlatform supports iOS 11.0+ and macOS 10.11+.

Carthage

If you use Carthage to manage your dependencies, simply add snips-platform-swift to your Cartfile:

github "snipsco/snips-platform-swift"

If you use Carthage to build your dependencies, make sure you have added SnipsPlatform.framework into the "Linked Frameworks and Libraries" section of your target, and have included them in your Carthage framework copying build phase.

Cocoapods

If you use CocoaPods to manage your dependencies,

First you'll need to add the Snips source repo at the top of your Podfile:

source 'https://github.com/snipsco/Specs'

Then symply add SnipsPlatform to your Podfile:

pod 'SnipsPlatform'

Git submodule

  1. Add the snips-platform-swift repository as a submodule of your application’s repository.
  2. Drag and drop SnipsPlatform.xcodeproj into your application’s Xcode project or workspace.
  3. On the “General” tab of your application target’s settings, add SnipsPlatform.framework to the “Embedded Binaries” section.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.