Skip to content

Commit

Permalink
Updating podspec to 1.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuru Taustahuzau committed Nov 6, 2014
1 parent 225a02f commit 7874525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROADFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'ROADFramework'
s.version = '1.4.0-beta2'
s.version = '1.4.1'
s.summary = 'ROAD iOS Framework'

s.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }

s.source = { :git => 'https://github.com/epam/road-ios-framework.git', :tag => '1.4.0-beta2' }
s.source = { :git => 'https://github.com/epam/road-ios-framework.git', :tag => '1.4.1' }

s.subspec 'ROADCore' do |core|
core.source_files = 'Framework/ROADCore/ROADCore/**/*.{h,m}'
Expand Down

0 comments on commit 7874525

Please sign in to comment.