We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7481a commit 3808745Copy full SHA for 3808745
1 file changed
VirtualView.podspec
@@ -1,15 +1,15 @@
1
Pod::Spec.new do |s|
2
3
s.name = "VirtualView"
4
- s.version = "1.2.1"
+ s.version = "1.2.2"
5
s.summary = "A solution to create & release UI component dynamically."
6
s.homepage = "https://github.com/alibaba/VirtualView-iOS"
7
s.license = { :type => 'MIT' }
8
s.author = { "HarrisonXi" => "gpra8764@gmail.com" }
9
s.platform = :ios
10
s.ios.deployment_target = '8.0'
11
s.requires_arc = true
12
- s.source = { :git => "https://github.com/alibaba/VirtualView-iOS.git", :tag => '1.2.1' }
+ s.source = { :git => "https://github.com/alibaba/VirtualView-iOS.git", :tag => '1.2.2' }
13
s.source_files = 'VirtualView/**/*.{h,m}'
14
s.prefix_header_contents = '#import "VVDefines.h"'
15
0 commit comments