The Swift framework for the Snips Platform
SnipsPlatform supports iOS 11.0+ and macOS 10.11+.
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.
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'
- Add the snips-platform-swift repository as a submodule of your application’s repository.
- Drag and drop
SnipsPlatform.xcodeproj
into your application’s Xcode project or workspace. - On the “General” tab of your application target’s settings, add
SnipsPlatform.framework
to the “Embedded Binaries” section.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
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.