-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathViewGuide.podspec
More file actions
26 lines (24 loc) · 1.19 KB
/
ViewGuide.podspec
File metadata and controls
26 lines (24 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = "ViewGuide"
s.version = "1.0.0"
s.summary = "ViewGuide"
s.description = <<-DESC
辅助查看View的 宽高属性 再也不担心设计师找我1像素的梗了 by Objective-C.
DESC
s.homepage = "https://github.com/aiqiuqiu/ViewGuide"
# s.screenshots = "https://github.com/aiqiuqiu/ViewGuide/blob/master/Demo1.gif", "https://github.com/aiqiuqiu/ViewGuide/blob/master/Demo2.png" , "https://github.com/aiqiuqiu/ViewGuide/blob/master/Demo3.png"
s.license = 'MIT'
s.author = { "寒哥" => "[email protected]" }
s.source = { :git => "https://github.com/aiqiuqiu/ViewGuide.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/NAME'
s.platform = :ios, '7.0'
# s.ios.deployment_target = '9.0'
# s.osx.deployment_target = '10.7'
s.requires_arc = true
s.source_files = 'ViewGuide/*'
# s.resources = 'Assets'
s.license = "MIT"
# s.ios.exclude_files = 'Classes/osx'
# s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'end