Skip to content

Commit

Permalink
[Update] ZhuiShuShenQiFreeSource (1.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxu committed Oct 31, 2017
1 parent 307ed8e commit 94ad6b7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ZhuiShuShenQiFreeSource/1.2.0/ZhuiShuShenQiFreeSource.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |spec|
spec.name = "ZhuiShuShenQiFreeSource" #Pod的名字
spec.version = "1.2.0" #版本号
spec.summary = "A example pod for MonkeyDev"
spec.description = <<-DESC #Pod的描述
- 查看追书神器任意小说的免费源,减少广告!
DESC
spec.homepage = "https://github.com/iOSleep/ZhuiShuShenQiFreeSource" #Pod的地址

spec.license = { :type => "BSD", :file => "LICENSE" } #License
spec.author = { "iOSleep" => "mx.yolande@gmail.com" } #作者
spec.social_media_url = "http://weibo.cn/iOSleep" #weibo
spec.platform = :ios, "8.0" #平台、版本
spec.source = { :git => "https://github.com/iOSleep/ZhuiShuShenQiFreeSource.git", :tag => spec.version.to_s } #代码的git地址以及tag
spec.source_files = "ZhuiShuShenQiFreeSource/**/*.{h,m}" #本地验证,表示当前目录以及子目录的所有h或m结尾的文件 如果发布到MonkeyPodSpecs需要填写git clone下来的对应的路径
spec.requires_arc = true #ARC
spec.dependency 'CaptainHook' #由于多个pod导致CaptainHook.h找不到,单独依赖CaptainHook
spec.pod_target_xcconfig = { "ONLY_ACTIVE_ARCH" => "NO", "HEADER_SEARCH_PATHS" => "/opt/MonkeyDev/include" } #这个必须有,不要修改
end

0 comments on commit 94ad6b7

Please sign in to comment.