Skip to content

Commit

Permalink
update to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonXi committed Feb 23, 2018
1 parent 6f7481a commit 3808745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VirtualView.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "VirtualView"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "A solution to create & release UI component dynamically."
s.homepage = "https://github.com/alibaba/VirtualView-iOS"
s.license = { :type => 'MIT' }
s.author = { "HarrisonXi" => "gpra8764@gmail.com" }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.requires_arc = true
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' }
s.source_files = 'VirtualView/**/*.{h,m}'
s.prefix_header_contents = '#import "VVDefines.h"'

Expand Down

0 comments on commit 3808745

Please sign in to comment.