Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
swoolcock committed Oct 21, 2016
2 parents 9b59622 + 6d1a01d commit 0f4c88d
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 155 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ notifications:
slack:
rooms:
secure: nDp6bSL+badH5BpZQYEw+wMEi0R2WcWIxVRm6XtCBPfQG/NGnG+Ty9eUi2DOP/xBVx80+hlSnYjhKEtaWBFkapMW8iDjMx2qTKYFlPXeAjk+lvpcSopKU3el7achNIcspkFIQ21f7A4svmjesJDvXtIu1fx+Wj3P1qfJulo6xK5fDhHER54bMEDknm+suKVl+4/kBoqfoubBQ80BuCZSbLaS1z3PrqRsH8aibQelgsHaXMXG7VAv+f3zyQB7Rt4BekC7s3QxWOh3tFDjE7+Ucvr0ZG6mIhhJ++00/Uaa2Cf22F6yTWhZzoR5NcyHXWd/WD2go72dA1gS9Un1gCshAeZ5S7cpPwKvcP2EiR80UMGVfTlBToCO59y/Crbrc9uIy36P0h0FjbdE9sdu98y82eg4gXAuWQbwi8lDd8ex1KPT0CN+NmQ2dRTCPpDa/Zivx10sib0AAclEkhxCaajw+mH11ctmXS+Badhxdzgxmny2VXKMbzmEnpgv6Rl49+p+A9oXDl+xPrnDDg10xtSq62iuI7o2PJH1V1Cw660Lymt+OhN31+2LzXJa+MK9pvwqURK1VUbob1MB3vpYBIA9/UcFv40OGea3Uujh5T9JGLejVGJB0Q8DOKD0B1isgYYK/QuTkj5LXlzhajkSMsGFGsU3zOxcl9pLPZVJZbCRao4=
on_success: never
on_success: always
on_failure: always

6 changes: 6 additions & 0 deletions Example/FazeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,11 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 0800;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 0800;
TestTargetID = 607FACCF1AFB9204008FA782;
};
};
Expand Down Expand Up @@ -487,6 +489,7 @@
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "com.nextfaze.FazeKit-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -501,6 +504,7 @@
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "com.nextfaze.FazeKit-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -520,6 +524,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -535,6 +540,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ DEPENDENCIES:

EXTERNAL SOURCES:
FazeKit:
:path: "../"
:path: ../

SPEC CHECKSUMS:
FazeKit: b2c698f043a5f289e8ad423ef836cf21fa8d1636
FazeKit: 44354fd0748abb06d5360774f474be1b144f0bfa

PODFILE CHECKSUM: fa12f807dae8d93a6a5a1166a5439a23410201c1

Expand Down
3 changes: 2 additions & 1 deletion Example/Pods/Local Podspecs/FazeKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

317 changes: 169 additions & 148 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion FazeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FazeKit'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'A collection of helper functions and extensions for Swift iOS apps'
s.description = 'A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development'
s.homepage = 'https://github.com/NextFaze/FazeKit'
Expand Down
28 changes: 28 additions & 0 deletions FazeKit/Classes/UIResponderAdditions.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//
// Copyright 2016 NextFaze
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations
// under the License.
//
// UIResponderAdditions.swift
// FazeKit
//
// Created by swoolcock on 17/08/2016.
//

import UIKit

extension UIResponder {
static func resignAnyFirstResponder() {
UIApplication.sharedApplication().sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, forEvent: nil)
}
}

0 comments on commit 0f4c88d

Please sign in to comment.