forked from remirobert/TextDrawer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTextDrawer.podspec
More file actions
18 lines (15 loc) · 783 Bytes
/
TextDrawer.podspec
File metadata and controls
18 lines (15 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "TextDrawer"
s.version = "1.0.6"
s.summary = "TextDrawer, is a UIView allows you to add text, with gesture, on UIView, or UIImage."
s.requires_arc = true
s.homepage = "https://github.com/remirobert/TextDrawer"
s.ios.deployment_target = '8.0'
s.screenshots = "http://share.gifyoutube.com/vJAB4g.gif"
s.license = "MIT"
s.social_media_url = 'https://twitter.com/remi936'
s.author = { "rémi " => "remirobert33530@gmail.com" }
s.source = { :git => "https://github.com/remirobert/TextDrawer.git", :tag => "1.0.6" }
s.source_files = 'TextDrawer/TextDrawer/*.swift'
s.dependency 'Masonry'
end