We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a02f commit 7874525Copy full SHA for 7874525
ROADFramework.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'ROADFramework'
4
- s.version = '1.4.0-beta2'
+ s.version = '1.4.1'
5
s.summary = 'ROAD iOS Framework'
6
7
s.description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
s.requires_arc = true
20
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
21
22
- 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' }
23
24
s.subspec 'ROADCore' do |core|
25
core.source_files = 'Framework/ROADCore/ROADCore/**/*.{h,m}'
0 commit comments