Skip to content

Commit

Permalink
Fighting against CocoaPods all over again…
Browse files Browse the repository at this point in the history
  • Loading branch information
onekiloparsec committed Sep 24, 2016
1 parent f6a0a35 commit 4222743
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.0

2 changes: 1 addition & 1 deletion KPCTabsControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KPCTabsControl"
s.version = "3.0.0"
s.version = "3.0.1"
s.summary = "A multi-tabs control with enhanced capabilities, and custom styles."
s.homepage = "https://github.com/onekiloparsec/KPCTabsControl.git"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 2 additions & 0 deletions KPCTabsControl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -504,6 +505,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation

Using [Carthage](https://github.com/Carthage/Carthage): add `github "onekiloparsec/KPCTabsControl"` to your `Cartfile` and then run `carthage update`.

Using [CocoaPods](http://cocoapods.org/): `pod 'KPCTabsControl'`
Using [CocoaPods](http://cocoapods.org/): `pod 'KPCTabsControl'`.


Usage
Expand Down

0 comments on commit 4222743

Please sign in to comment.