forked from kcandr/IQLabelView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIQLabelView.podspec
More file actions
20 lines (15 loc) · 821 Bytes
/
IQLabelView.podspec
File metadata and controls
20 lines (15 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |spec|
spec.name = "IQLabelView"
spec.version = "0.2.1"
spec.summary = "IQLabelView is used to add text overlay and resize and rotate it with single finger."
spec.homepage = "https://github.com/kcandr/IQLabelView"
spec.author = { "kcandr" => "romanchev.aleksandr@gmail.com" }
spec.social_media_url = "http://twitter.com/kcandr_"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.source = { :git => "https://github.com/kcandr/IQLabelView.git", :tag => "0.2.1" }
spec.source_files = "IQLabelView/*.{h,m}"
spec.resource = "IQLabelView/IQLabelView.bundle"
spec.platform = :ios, "7.0"
spec.framework = "QuartzCore"
spec.requires_arc = true
end