Commit 676cf6fa by Daniel Jonathan Committed by GitHub

Merge pull request #64 from AccioSupport/development

Add basic SwifPM manifest file
parents f7e9cae7 b1de3b0f
// swift-tools-version:4.2
import PackageDescription
let package = Package(
name: "Motion",
// platforms: [.iOS("8.0")],
products: [
.library(name: "Motion", targets: ["Motion"])
],
targets: [
.target(
name: "Motion",
path: "Sources"
)
]
)
......@@ -129,7 +129,7 @@ In the above code example, a box view is created with a width of 100, height of
> **Embedded frameworks require a minimum deployment target of iOS 8.**
> - [Download Motion](https://github.com/CosmicMind/Motion/archive/master.zip)
Read [Material - It's time to download](https://www.cosmicmind.com/danieldahan/lesson/6) to learn how to install Material using [GitHub](http://github.com), [CocoaPods](http://cocoapods.org), and [Carthage](https://github.com/Carthage/Carthage).
Read [Material - It's time to download](https://www.cosmicmind.com/danieldahan/lesson/6) to learn how to install Material using [GitHub](http://github.com), [CocoaPods](http://cocoapods.org), [Carthage](https://github.com/Carthage/Carthage) and [Accio](https://github.com/JamitLabs/Accio).
## Change Log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment