Commit 43ce7bee by Daniel Jonathan Committed by GitHub

Merge pull request #1212 from AccioSupport/development

Add basic SwiftPM manifest file
parents fe80b275 62005dc1
// swift-tools-version:4.2
import PackageDescription
let package = Package(
name: "Material",
// platforms: [.iOS("8.0")],
products: [
.library(name: "Material", targets: ["Material"])
],
dependencies: [
.package(url: "https://github.com/AccioSupport/Motion.git"),
],
targets: [
.target(
name: "Material",
dependencies: ["Motion"],
path: "Sources"
)
]
)
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
Welcome to **Material,** a UI/UX framework for creating beautiful applications. Material's animation system has been completely reworked to take advantage of [Motion](https://github.com/CosmicMind/Motion), a library dedicated to animations and transitions. Welcome to **Material,** a UI/UX framework for creating beautiful applications. Material's animation system has been completely reworked to take advantage of [Motion](https://github.com/CosmicMind/Motion), a library dedicated to animations and transitions.
[![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg?style=flat)](https://github.com/Carthage/Carthage) [![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Accio supported](https://img.shields.io/badge/Accio-supported-0A7CF5.svg?style=flat)](https://github.com/JamitLabs/Accio)
[![Version](https://img.shields.io/cocoapods/v/Material.svg?style=flat)](http://cocoapods.org/pods/Material) [![Version](https://img.shields.io/cocoapods/v/Material.svg?style=flat)](http://cocoapods.org/pods/Material)
[![License](https://img.shields.io/cocoapods/l/Material.svg?style=flat)](https://github.com/CosmicMind/Material/blob/master/LICENSE.md) [![License](https://img.shields.io/cocoapods/l/Material.svg?style=flat)](https://github.com/CosmicMind/Material/blob/master/LICENSE.md)
![Xcode 8.2+](https://img.shields.io/badge/Xcode-8.2%2B-blue.svg) ![Xcode 8.2+](https://img.shields.io/badge/Xcode-8.2%2B-blue.svg)
......
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