Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Sep 14, 2016
1 parent 58f7048 commit 4b552b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BothamUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BothamUI'
s.version = '1.1.0'
s.version = '1.2.0'
s.license = 'Apache V2'
s.summary = 'Model View Presenter Framework written in Swift'
s.homepage = 'https://github.com/Karumi/BothamUI'
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ end
target 'ExampleTests' do
project 'Example/Example.xcodeproj'
pod 'BothamUI', :path => './'
pod "Nimble"
pod 'Nimble'
end

target 'ExampleAcceptanceTests' do
project 'Example/Example.xcodeproj'
pod 'BothamUI', :path => "./"
pod 'BothamUI', :path => './'
pod 'Nimble'
pod 'KIF', '~> 3.0', :configurations => ['Debug']
end
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
BothamUI: e1132c1fd6c98fe87063f4f95b58403a32f10c5a
BothamUI: abf2eb4ecbd39739cabd786133f88132beeb758f
KIF: a6dfc49c064217f4ac5f8d37c4babc17d2818d29
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19
SDWebImage: 69c6303e3348fba97e03f65d65d4fbc26740f461

PODFILE CHECKSUM: 67a2f06d8332e9d9358d21406108491d123ce643
PODFILE CHECKSUM: ec53e532fcc7cae6686138b75ce97cf36ab6791c

COCOAPODS: 1.1.0.beta.1
COCOAPODS: 1.1.0.rc.2

0 comments on commit 4b552b3

Please sign in to comment.