Skip to content

Commit 0f4c88d

Browse files
committed
Merge branch 'release/0.1.3'
2 parents 9b59622 + 6d1a01d commit 0f4c88d

File tree

9 files changed

+212
-155
lines changed

9 files changed

+212
-155
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ notifications:
2121
slack:
2222
rooms:
2323
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=
24-
on_success: never
24+
on_success: always
2525
on_failure: always
2626

Example/FazeKit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,11 @@
215215
TargetAttributes = {
216216
607FACCF1AFB9204008FA782 = {
217217
CreatedOnToolsVersion = 6.3.1;
218+
LastSwiftMigration = 0800;
218219
};
219220
607FACE41AFB9204008FA782 = {
220221
CreatedOnToolsVersion = 6.3.1;
222+
LastSwiftMigration = 0800;
221223
TestTargetID = 607FACCF1AFB9204008FA782;
222224
};
223225
};
@@ -487,6 +489,7 @@
487489
MODULE_NAME = ExampleApp;
488490
PRODUCT_BUNDLE_IDENTIFIER = "com.nextfaze.FazeKit-Example";
489491
PRODUCT_NAME = "$(TARGET_NAME)";
492+
SWIFT_VERSION = 2.3;
490493
};
491494
name = Debug;
492495
};
@@ -501,6 +504,7 @@
501504
MODULE_NAME = ExampleApp;
502505
PRODUCT_BUNDLE_IDENTIFIER = "com.nextfaze.FazeKit-Example";
503506
PRODUCT_NAME = "$(TARGET_NAME)";
507+
SWIFT_VERSION = 2.3;
504508
};
505509
name = Release;
506510
};
@@ -520,6 +524,7 @@
520524
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
521525
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
522526
PRODUCT_NAME = "$(TARGET_NAME)";
527+
SWIFT_VERSION = 2.3;
523528
};
524529
name = Debug;
525530
};
@@ -535,6 +540,7 @@
535540
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
536541
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
537542
PRODUCT_NAME = "$(TARGET_NAME)";
543+
SWIFT_VERSION = 2.3;
538544
};
539545
name = Release;
540546
};

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ DEPENDENCIES:
66

77
EXTERNAL SOURCES:
88
FazeKit:
9-
:path: "../"
9+
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
FazeKit: b2c698f043a5f289e8ad423ef836cf21fa8d1636
12+
FazeKit: 44354fd0748abb06d5360774f474be1b144f0bfa
1313

1414
PODFILE CHECKSUM: fa12f807dae8d93a6a5a1166a5439a23410201c1
1515

Example/Pods/Local Podspecs/FazeKit.podspec.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 169 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FazeKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FazeKit'
3-
s.version = '0.1.2'
3+
s.version = '0.1.3'
44
s.summary = 'A collection of helper functions and extensions for Swift iOS apps'
55
s.description = 'A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development'
66
s.homepage = 'https://github.com/NextFaze/FazeKit'
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
//
2+
// Copyright 2016 NextFaze
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
//
16+
// UIResponderAdditions.swift
17+
// FazeKit
18+
//
19+
// Created by swoolcock on 17/08/2016.
20+
//
21+
22+
import UIKit
23+
24+
extension UIResponder {
25+
static func resignAnyFirstResponder() {
26+
UIApplication.sharedApplication().sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, forEvent: nil)
27+
}
28+
}

0 commit comments

Comments
 (0)