Skip to content

Commit 832d973

Browse files
committed
podspec
1 parent 8b8099f commit 832d973

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

PullToRefreshCoreText.podspec

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
#
2+
# Be sure to run `pod spec lint PullToRefreshCoreText.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 = "PullToRefreshCoreText"
19+
s.version = "0.1"
20+
s.summary = "PullToRefresh extension for all UIScrollView type classes with animated text drawing style ",
21+
s.description = <<-DESC
22+
https://github.com/cemolcay/PullToRefreshCoreText/blob/master/README.md
23+
DESC
24+
25+
s.homepage = "https://github.com/cemolcay/PullToRefreshCoreText"
26+
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
27+
28+
29+
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
30+
#
31+
# Licensing your code is important. See http://choosealicense.com for more info.
32+
# CocoaPods will detect a license file if there is a named LICENSE*
33+
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
34+
#
35+
36+
s.license = "MIT"
37+
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
38+
39+
40+
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
41+
#
42+
# Specify the authors of the library, with email addresses. Email addresses
43+
# of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
44+
# accepts just a name if you'd rather not provide an email address.
45+
#
46+
# Specify a social_media_url where others can refer to, for example a twitter
47+
# profile URL.
48+
#
49+
50+
s.author = { "cemolcay" => "[email protected]" }
51+
# Or just: s.author = "cemolcay"
52+
# s.authors = { "cemolcay" => "[email protected]" }
53+
# s.social_media_url = "http://twitter.com/cemolcay"
54+
55+
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
56+
#
57+
# If this Pod runs only on iOS or OS X, then specify the platform and
58+
# the deployment target. You can optionally include the target after the platform.
59+
#
60+
61+
# s.platform = :ios
62+
s.platform = :ios, "7.0"
63+
64+
# When using multiple platforms
65+
# s.ios.deployment_target = "5.0"
66+
# s.osx.deployment_target = "10.7"
67+
68+
69+
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
70+
#
71+
# Specify the location from where the source should be retrieved.
72+
# Supports git, hg, bzr, svn and HTTP.
73+
#
74+
75+
s.source = { :git => "https://github.com/cemolcay/PullToRefreshCoreText.git", :tag => "v0.1" }
76+
77+
78+
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
79+
#
80+
# CocoaPods is smart about how it includes source code. For source files
81+
# giving a folder will include any h, m, mm, c & cpp files. For header
82+
# files it will include any header in the folder.
83+
# Not including the public_header_files will make all headers public.
84+
#
85+
86+
s.source_files = "PullToRefreshCoreText/PullToRefreshCoreText/*.{h,m}"
87+
88+
# s.public_header_files = "Classes/**/*.h"
89+
90+
91+
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
92+
#
93+
# A list of resources included with the Pod. These are copied into the
94+
# target bundle with a build phase script. Anything else will be cleaned.
95+
# You can preserve files from being cleaned, please don't preserve
96+
# non-essential files like tests, examples and documentation.
97+
#
98+
99+
# s.resource = "icon.png"
100+
s.resources = "PullToRefreshCoreText/PullToRefreshCoreText/*.png"
101+
102+
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
103+
104+
105+
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
106+
#
107+
# Link your library with frameworks, or libraries. Libraries do not include
108+
# the lib prefix of their name.
109+
#
110+
111+
s.framework = "CoreText"
112+
# s.frameworks = "SomeFramework", "AnotherFramework"
113+
114+
# s.library = "iconv"
115+
# s.libraries = "iconv", "xml2"
116+
117+
118+
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
119+
#
120+
# If your library depends on compiler flags you can set them in the xcconfig hash
121+
# where they will only apply to your library. If you depend on other Podspecs
122+
# you can include multiple dependencies to ensure it works.
123+
124+
s.requires_arc = true
125+
126+
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
127+
# s.dependency "JSONKit", "~> 1.4"
128+
129+
end

0 commit comments

Comments
 (0)