new swiftlint rules

use swiftformat to format source code
new (well, Swift 3) operator syntax (static funcs instead of global ones)
bump version to 1.0.1
new implementation of `isZoomed` (which hopefully works now), this closes #59
This commit is contained in:
Dennis Weissmann
2017-01-15 11:12:34 +01:00
parent 6f55a6e018
commit 762124d397
7 changed files with 400 additions and 379 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC