mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-04-28 20:25:12 +08:00
update podspec
add screenshot
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
4B74DB34203BD9C70030F41B /* Framework Unit Specs.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Framework Unit Specs.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4B74DB38203BD9C70030F41B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
4B84138A201DD90D00D17FE2 /* PerspectiveSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerspectiveSpec.swift; sourceTree = "<group>"; };
|
||||
4BA3D1781C77010D0009B690 /* Gemfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = Gemfile; sourceTree = "<group>"; };
|
||||
4BA3D1791C77010D0009B690 /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile.lock; sourceTree = "<group>"; };
|
||||
4BA3D1781C77010D0009B690 /* Gemfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; name = Gemfile; path = ../Gemfile; sourceTree = "<group>"; };
|
||||
4BA3D1791C77010D0009B690 /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; name = Gemfile.lock; path = ../Gemfile.lock; sourceTree = "<group>"; };
|
||||
4BA3D17A1C771B2E0009B690 /* ProjectionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = ProjectionSpec.swift; sourceTree = "<group>"; tabWidth = 4; };
|
||||
4BA3D17C1C771B560009B690 /* SpecHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpecHelper.swift; sourceTree = "<group>"; };
|
||||
4BA3D1801C77230A0009B690 /* VectorProjectionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VectorProjectionSpec.swift; sourceTree = "<group>"; };
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "PerspectiveTransform"
|
||||
s.version = "0.2.0"
|
||||
s.summary = "Perspective Transform calculates CATransform3D"
|
||||
s.name = 'PerspectiveTransform'
|
||||
s.version = '0.2.0'
|
||||
s.summary = 'Perspective Transform calculates CATransform3D'
|
||||
s.description = <<-DESC
|
||||
Calculates CATransform3D to transform rectangular frame to convex quadrilateral
|
||||
Allows to overlay images in UIView given 4 points.
|
||||
DESC
|
||||
|
||||
s.homepage = "https://github.com/paulz/PerspectiveTransform"
|
||||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
|
||||
authorPage = 'https://github.com/paulz'
|
||||
s.homepage = "#{authorPage}/#{s.name}"
|
||||
s.screenshots = "#{s.homepage}/wiki/images/container-with-green-polygon.png"
|
||||
s.license = 'MIT'
|
||||
s.author = { 'Paul Zabelin' => 'https://github.com/paulz' }
|
||||
s.source = { :git => "https://github.com/paulz/PerspectiveTransform.git", :tag => s.version.to_s }
|
||||
s.author = { 'Paul Zabelin' => authorPage }
|
||||
s.source = { :git => "#{s.homepage}.git", :tag => s.version.to_s }
|
||||
s.social_media_url = 'https://twitter.com/iospaulz'
|
||||
|
||||
s.platform = :ios, '10.0'
|
||||
s.platform = :ios, '11.0'
|
||||
s.requires_arc = true
|
||||
|
||||
s.source_files = 'Pod/Classes/**/*'
|
||||
|
||||
Reference in New Issue
Block a user