Skip to content

Commit 2a57f5e

Browse files
authored
Merge pull request #13 from pwf2006/Dev/develop_0.1
podspec文件第三次提交
2 parents 145c0c2 + 88fa8fa commit 2a57f5e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

iOS-RunTime.podspec

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,7 @@ Pod::Spec.new do |s|
3232

3333
s.source = { :git => "https://github.com/pwf2006/iOS-RunTime.git", :tag => "#{s.version}" }
3434

35-
36-
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
37-
#
38-
# CocoaPods is smart about how it includes source code. For source files
39-
# giving a folder will include any swift, h, m, mm, c & cpp files.
40-
# For header files it will include any header in the folder.
41-
# Not including the public_header_files will make all headers public.
42-
#
43-
4435
s.source_files = "FirstGit/HomeController.*"
4536
s.exclude_files = "Classes/Exclude"
4637

47-
# s.public_header_files = "Classes/**/*.h"
48-
49-
50-
# s.framework = "SomeFramework"
51-
# s.frameworks = "SomeFramework", "AnotherFramework"
52-
53-
# s.library = "iconv"
54-
# s.libraries = "iconv", "xml2"
55-
56-
57-
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
58-
#
59-
# If your library depends on compiler flags you can set them in the xcconfig hash
60-
# where they will only apply to your library. If you depend on other Podspecs
61-
# you can include multiple dependencies to ensure it works.
62-
63-
# s.requires_arc = true
64-
65-
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
66-
# s.dependency "JSONKit", "~> 1.4"
67-
6838
end

0 commit comments

Comments
 (0)