Commit 37ee9527 by Daniel Dahan

updated for Motion submodule access

parent 160a1baa
......@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
}
s.dependency 'Motion', '~> 1.0.0'
s.dependency 'Motion', :git => 'git@github.com:CosmicMind/Motion.git', :branch => 'development'
end
end
Subproject commit 13d10d3d7313e3361c7c1c41c83773e48bebbc86
Subproject commit a5cf33420ff7bf159aba7983cdf1619aaeff3329
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
open class Button: UIButton, Pulseable, PulseableLayer {
/**
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(ChipItemStyle)
public enum ChipItemStyle: Int {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(CollectionReusableView)
open class CollectionReusableView: UICollectionReusableView, Pulseable, PulseableLayer {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(CollectionViewCell)
open class CollectionViewCell: UICollectionViewCell, Pulseable, PulseableLayer {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(DividerAlignment)
public enum DividerAlignment: Int {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(GridAxisDirection)
public enum GridAxisDirection: Int {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
public class Layout {
/// Parent UIView context.
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
fileprivate class MaterialLayer {
/// A reference to the CALayer.
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
public extension MotionAnimation {
/**
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
/// A memory reference to the NavigationItem instance.
fileprivate var NavigationItemKey: UInt8 = 0
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(PulseAnimation)
public enum PulseAnimation: Int {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
open class PulseView: View, Pulseable, PulseableLayer {
/// A Pulse reference.
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
@objc(SnackbarControllerDelegate)
public protocol SnackbarControllerDelegate {
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
open class TableViewCell: UITableViewCell, Pulseable, PulseableLayer {
/**
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
fileprivate var TabItemKey: UInt8 = 0
......
......@@ -29,6 +29,7 @@
*/
import UIKit
import Motion
open class TransitionController: UIViewController {
/**
......
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