Skip to content

Commit

Permalink
Merge pull request #5 from maxsokolov/develop
Browse files Browse the repository at this point in the history
ObjC compatibility fix
  • Loading branch information
maxsokolov authored Jul 28, 2016
2 parents 60a47ac + 66e96f9 commit 2efde04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cribble.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'Cribble'
s.module_name = 'Cribble'

s.version = '1.1.0'
s.version = '1.1.1'

s.homepage = 'https://github.com/maxsokolov/Cribble'
s.summary = 'Swifty tool for visual testing iPhone and iPad apps'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cribble.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CribbleWindow: UIWindow {
}
}

public class Cribble {
public class Cribble: NSObject {

public static let shared = Cribble()
public var options: CribbleOptions?
Expand Down

0 comments on commit 2efde04

Please sign in to comment.