Skip to content

Commit

Permalink
Removed import SwiftyJSON statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan Kellaway committed May 30, 2019
1 parent 93dc9a4 commit aed1e02
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 28 deletions.
1 change: 0 additions & 1 deletion Kumi/Core/Animation/AnimationTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import UIKit
import SwiftyJSON

/// Animation theme.
public final class AnimationTheme {
Expand Down
2 changes: 0 additions & 2 deletions Kumi/Core/Animation/CABasicAnimationStyle+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

import SwiftyJSON

extension CABasicAnimationStyle {

public init?(json: JSON) {
Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Animation/UIViewAnimationStyle+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Created by VIRAKRI JINANGKUL on 6/4/17.
// Copyright © 2017 Prolific Interactive. All rights reserved.
//
import SwiftyJSON

extension UIViewAnimationStyle {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Color/ColorSet+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

extension ColorSet {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Color/ColorSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

public struct ColorSet {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Color/ColorTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import UIKit
import SwiftyJSON

/// Kumi color theme.
public final class ColorTheme {
Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Font/FontTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Marker
import SwiftyJSON

/// Text styles used throughout the app.
public final class FontTheme {
Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Kumi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

public struct Kumi {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Layer/LayerStyle+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

extension LayerStyle {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Layer/LayerStyleSet+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

public extension LayerStyleSet {

Expand Down
3 changes: 1 addition & 2 deletions Kumi/Core/Layer/LayerTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

/// Kumi layer theme.
import SwiftyJSON
/// Kumi layer theme

public final class LayerTheme {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Shadow/ShadowStyle+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

extension ShadowStyle {

Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Shadow/ShadowTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import UIKit
import SwiftyJSON

/// Defines an interface for fonts used in the app.
public final class ShadowTheme {
Expand Down
2 changes: 0 additions & 2 deletions Kumi/Core/Utility/CAMediaTimingFunction+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

import SwiftyJSON

extension CAMediaTimingFunction {

convenience init?(json: JSON) {
Expand Down
2 changes: 0 additions & 2 deletions Kumi/Core/Utility/CATransform3D+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

import SwiftyJSON

extension CATransform3D {

init?(json: JSON) {
Expand Down
2 changes: 0 additions & 2 deletions Kumi/Core/Utility/CGSize+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

import SwiftyJSON

extension CGSize {

init?(json: JSON) {
Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Utility/JSONHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import SwiftyJSON

public struct JSONHelper {

Expand Down
2 changes: 0 additions & 2 deletions Kumi/Core/Utility/SwiftyJSONHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

import SwiftyJSON

extension JSON {
var cgFloat: CGFloat? {
if let double = double {
Expand Down
1 change: 0 additions & 1 deletion Kumi/Core/Utility/TextStyle+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import Foundation
import Marker
import SwiftyJSON

private extension TextTransform {

Expand Down
2 changes: 0 additions & 2 deletions Kumi/Core/Utility/UIColor+JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2017 Prolific Interactive. All rights reserved.
//

import SwiftyJSON

extension UIColor {

convenience init?(json: JSON) {
Expand Down
2 changes: 1 addition & 1 deletion KumiTests/Utility/JSONHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import Foundation
import SwiftyJSON
import Kumi

/// JSON errors
///
Expand Down

0 comments on commit aed1e02

Please sign in to comment.