Skip to content

Commit 3808745

Browse files
committed
update to v1.2.2
1 parent 6f7481a commit 3808745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VirtualView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = "VirtualView"
4-
s.version = "1.2.1"
4+
s.version = "1.2.2"
55
s.summary = "A solution to create & release UI component dynamically."
66
s.homepage = "https://github.com/alibaba/VirtualView-iOS"
77
s.license = { :type => 'MIT' }
88
s.author = { "HarrisonXi" => "gpra8764@gmail.com" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.requires_arc = true
12-
s.source = { :git => "https://github.com/alibaba/VirtualView-iOS.git", :tag => '1.2.1' }
12+
s.source = { :git => "https://github.com/alibaba/VirtualView-iOS.git", :tag => '1.2.2' }
1313
s.source_files = 'VirtualView/**/*.{h,m}'
1414
s.prefix_header_contents = '#import "VVDefines.h"'
1515

0 commit comments

Comments
 (0)