Skip to content

Commit 7493513

Browse files
committed
Bump version
1 parent 0997f60 commit 7493513

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# references:
2-
# * http://www.objc.io/issue-6/travis-ci.html
3-
# * https://github.com/supermarin/xcpretty#usage
4-
5-
osx_image: xcode9.3
1+
osx_image: xcode9.4
62
language: objective-c
73
cache:
84
directories:
@@ -12,5 +8,5 @@ before_install:
128
- brew outdated carthage || brew upgrade carthage
139
- travis_wait 60 carthage bootstrap --platform iOS --cache-builds
1410
script:
15-
- set -o pipefail && xcodebuild test -scheme ACKategories -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.3' ONLY_ACTIVE_ARCH=NO | xcpretty
11+
- set -o pipefail && xcodebuild test -scheme ACKategories -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' ONLY_ACTIVE_ARCH=NO | xcpretty
1612
- pod lib lint

ACKategories.podspec

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,16 @@
1-
#
2-
# Be sure to run `pod lib lint ACKategories.podspec' to ensure this is a
3-
# valid spec before submitting.
4-
#
5-
# Any lines starting with a # are optional, but their use is encouraged
6-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7-
#
8-
91
Pod::Spec.new do |s|
102
s.name = 'ACKategories'
11-
s.version = '5.3.0'
3+
s.version = '5.4.0'
124
s.summary = 'A bunch of useful tools, cocoa subclasses and extensions'
13-
14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
20-
215
s.description = <<-DESC
226
Tools, cocoa subclasses and extensions we love to use at Ackee.
237
DESC
24-
258
s.homepage = 'https://github.com/AckeeCZ/ACKategories'
269
s.license = { :type => 'MIT', :file => 'LICENSE' }
2710
s.author = { 'Ackee' => '[email protected]' }
2811
s.source = { :git => 'https://github.com/AckeeCZ/ACKategories.git', :tag => s.version.to_s }
2912
s.social_media_url = 'https://twitter.com/ackeecz'
30-
3113
s.ios.deployment_target = '8.3'
32-
3314
s.source_files = 'ACKategories/**/*'
34-
3515
s.frameworks = 'UIKit'
36-
# s.dependency 'AFNetworking', '~> 2.3'
3716
end

0 commit comments

Comments
 (0)