-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCCViewEffects.podspec
More file actions
38 lines (33 loc) · 1.51 KB
/
Copy pathCCViewEffects.podspec
File metadata and controls
38 lines (33 loc) · 1.51 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
27
28
29
30
31
32
33
34
35
36
37
38
#
# Be sure to run `pod spec lint CCViewEffects.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "CCViewEffects"
s.version = "1.1.2"
s.summary = "Rounded corners, borders, shadows"
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/cdcyd/CCViewEffects"
s.description = <<-DESC
视图的圆角、边框、阴影一行代码完成设置
DESC
s.author = { "cyd" => "1035060416@qq.com" }
s.social_media_url = "https://cdcyd.github.io/"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/cdcyd/CCViewEffects.git", :tag => "v1.1.2" }
s.source_files = 'ViewEffects'
s.public_header_files = 'ViewEffects/*.h'
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
# s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end