Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yuris-airg committed Aug 2, 2019
1 parent 1fd11e2 commit 0f6d245
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions Sources/UIStackView+air.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import UIKit

@available(iOS, introduced: 9.0)
public extension UIStackView {
/// Removes all arranged subviews in `self.arrangedSubviews`
public func removeAllArrangedSubviews() {
Expand Down
1 change: 1 addition & 0 deletions Sources/UIView+air.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public extension UIView {
}

// MARK: - AutoLayout
@available(iOS, introduced: 9.0)
public extension UIView {
/// Fill self with the provided view.
///
Expand Down
1 change: 1 addition & 0 deletions airUtilities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Pod::Spec.new do |s|
s.name = "airUtilities"
s.version = "1.3.2"
s.summary = "A collection of iOS utility functions and extensions."
s.swift_version = '4.2'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down
10 changes: 5 additions & 5 deletions airUtilities.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
TargetAttributes = {
74E105CD1F1E783E00178BCF = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 5NEBCQB5S3;
DevelopmentTeam = N7T3L4Z9JM;
LastSwiftMigration = 1020;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -571,7 +571,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 5NEBCQB5S3;
DEVELOPMENT_TEAM = N7T3L4Z9JM;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -583,7 +583,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -593,7 +593,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 5NEBCQB5S3;
DEVELOPMENT_TEAM = N7T3L4Z9JM;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -604,7 +604,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.airg.airUtilities;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion airUtilities/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<string>1.3.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 0f6d245

Please sign in to comment.