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 b8884d4 commit 635ced5Copy full SHA for 635ced5
ROADFramework.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'ROADFramework'
4
- s.version = '1.3.3'
+ s.version = '1.3.4'
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.3.3' }
+ s.source = { :git => 'https://github.com/epam/road-ios-framework.git', :tag => '1.3.4' }
23
24
s.subspec 'ROADCore' do |core|
25
core.source_files = 'Framework/ROADCore/ROADCore/**/*.{h,m}'
0 commit comments