Skip to content

Commit c25b1bc

Browse files
committed
released 0.0.1
1 parent 4d1b56d commit c25b1bc

2 files changed

Lines changed: 139 additions & 0 deletions

File tree

UIViewBuilder.podspec

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
#
2+
# Be sure to run `pod spec lint UIViewBuilder.podspec' to ensure this is a
3+
# valid spec and to remove all comments including this before submitting the spec.
4+
#
5+
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
6+
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
7+
#
8+
9+
Pod::Spec.new do |s|
10+
11+
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
12+
#
13+
# These will help people to find your library, and whilst it
14+
# can feel like a chore to fill in it's definitely to your advantage. The
15+
# summary should be tweet-length, and the description more in depth.
16+
#
17+
18+
s.name = "UIViewBuilder"
19+
s.version = "0.0.1"
20+
s.summary = "A short description of UIViewBuilder."
21+
22+
# This description is used to generate tags and improve search results.
23+
# * Think: What does it do? Why did you write it? What is the focus?
24+
# * Try to keep it short, snappy and to the point.
25+
# * Write the description between the DESC delimiters below.
26+
# * Finally, don't worry about the indent, CocoaPods strips it!
27+
s.description = "Bla"
28+
29+
s.homepage = "https://github.com/gitvalue/ViewBuilder"
30+
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
31+
32+
33+
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
34+
#
35+
# Licensing your code is important. See http://choosealicense.com for more info.
36+
# CocoaPods will detect a license file if there is a named LICENSE*
37+
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
38+
#
39+
40+
# s.license = "MIT (example)"
41+
s.license = { :type => "MIT", :file => "LICENSE" }
42+
43+
44+
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
45+
#
46+
# Specify the authors of the library, with email addresses. Email addresses
47+
# of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
48+
# accepts just a name if you'd rather not provide an email address.
49+
#
50+
# Specify a social_media_url where others can refer to, for example a twitter
51+
# profile URL.
52+
#
53+
54+
s.author = { "Dmitry Volosach" => "dmitry.volosach@gmail.com" }
55+
# Or just: s.author = "Dmitry Volosach"
56+
# s.authors = { "Dmitry Volosach" => "dmitry.volosach@gmail.com" }
57+
# s.social_media_url = "http://twitter.com/Dmitry Volosach"
58+
59+
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
60+
#
61+
# If this Pod runs only on iOS or OS X, then specify the platform and
62+
# the deployment target. You can optionally include the target after the platform.
63+
#
64+
65+
s.platform = :ios
66+
67+
s.swift_version = '4.2'
68+
69+
# When using multiple platforms
70+
# s.ios.deployment_target = "5.0"
71+
# s.osx.deployment_target = "10.7"
72+
# s.watchos.deployment_target = "2.0"
73+
# s.tvos.deployment_target = "9.0"
74+
75+
76+
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
77+
#
78+
# Specify the location from where the source should be retrieved.
79+
# Supports git, hg, bzr, svn and HTTP.
80+
#
81+
82+
s.source = { :git => "https://github.com/gitvalue/ViewBuilder.git", :tag => "#{s.version}" }
83+
84+
85+
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
86+
#
87+
# CocoaPods is smart about how it includes source code. For source files
88+
# giving a folder will include any swift, h, m, mm, c & cpp files.
89+
# For header files it will include any header in the folder.
90+
# Not including the public_header_files will make all headers public.
91+
#
92+
93+
s.source_files = "Source", "Source/**/*.swift"
94+
# s.exclude_files = "Classes/Exclude"
95+
96+
# s.public_header_files = "Classes/**/*.h"
97+
98+
99+
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
100+
#
101+
# A list of resources included with the Pod. These are copied into the
102+
# target bundle with a build phase script. Anything else will be cleaned.
103+
# You can preserve files from being cleaned, please don't preserve
104+
# non-essential files like tests, examples and documentation.
105+
#
106+
107+
# s.resource = "icon.png"
108+
# s.resources = "Resources/*.png"
109+
110+
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
111+
112+
113+
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
114+
#
115+
# Link your library with frameworks, or libraries. Libraries do not include
116+
# the lib prefix of their name.
117+
#
118+
119+
# s.framework = "SomeFramework"
120+
# s.frameworks = "SomeFramework", "AnotherFramework"
121+
122+
# s.library = "iconv"
123+
# s.libraries = "iconv", "xml2"
124+
125+
126+
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
127+
#
128+
# If your library depends on compiler flags you can set them in the xcconfig hash
129+
# where they will only apply to your library. If you depend on other Podspecs
130+
# you can include multiple dependencies to ensure it works.
131+
132+
# s.requires_arc = true
133+
134+
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
135+
# s.dependency "JSONKit", "~> 1.4"
136+
137+
s.static_framework = true
138+
139+
end

ViewBuilder.podspec

Whitespace-only changes.

0 commit comments

Comments
 (0)