Skip to content

Commit

Permalink
update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnbarreto committed Mar 1, 2018
1 parent ab10b21 commit 72e5f96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: objective-c
osx_image: xcode9
osx_image: xcode9.2
env:
- DESTINATION="OS=11.0,name=iPhone 7" SCHEME="Eureka" SDK=iphonesimulator
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="Eureka" SDK=iphonesimulator
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- brew update
Expand Down
2 changes: 1 addition & 1 deletion Eureka.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Eureka'
s.version = '4.0.1'
s.version = '4.1.0'
s.license = 'MIT'
s.summary = 'Elegant iOS Forms in pure Swift'
s.homepage = 'https://github.com/xmartlabs/Eureka'
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>4.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 72e5f96

Please sign in to comment.