-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathGraphicsRenderer.podspec
More file actions
14 lines (14 loc) · 698 Bytes
/
GraphicsRenderer.podspec
File metadata and controls
14 lines (14 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = "GraphicsRenderer"
s.version = "1.4.3"
s.swift_versions = ["5.1"]
s.summary = "A drop-in UIGraphicsRenderer port -- CrossPlatform, Swift 4, Image & PDF"
s.homepage = "https://github.com/shaps80/GraphicsRenderer"
s.license = 'MIT'
s.author = { "Shaps" => "shapsuk@me.com" }
s.source = { :git => "https://github.com/shaps80/GraphicsRenderer.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/shaps'
s.platforms = { :ios => "8.0", :osx => "10.10" }
s.requires_arc = true
s.source_files = 'GraphicsRenderer/Classes/**/*'
end