We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fa762 commit 46b7f16Copy full SHA for 46b7f16
Tangram.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "Tangram"
4
- s.version = "2.1.3"
+ s.version = "2.1.4"
5
s.summary = "Tangram is a modular UI solution for building native page dynamically & quickly."
6
7
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.platform = :ios
18
s.ios.deployment_target = '8.0'
19
s.requires_arc = true
20
- s.source = { :git => "https://github.com/alibaba/Tangram-iOS.git", :tag => "2.1.3" }
+ s.source = { :git => "https://github.com/alibaba/Tangram-iOS.git", :tag => "2.1.4" }
21
s.resources = 'Tangram/Resources/*'
22
s.source_files = 'Tangram/**/*.{h,m}'
23
0 commit comments