-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathWechatPod.podspec
21 lines (19 loc) · 1.16 KB
/
WechatPod.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "WechatPod"
spec.version = "1.7.0"
spec.summary = "WechatPod for MonkeyDev"
spec.description = <<-DESC
- WechatPod for MonkeyDev
DESC
spec.homepage = "https://github.com/AloneMonkey/MonkeyDev"
spec.license = { :type => "BSD", :file => "LICENSE" }
spec.author = { "AloneMonkey" => "[email protected]" }
spec.social_media_url = "http://weibo.com/xiaoqing28"
spec.platform = :ios, "8.0"
spec.source = { :git => "https://github.com/AloneMonkey/WeChatPod.git", :tag => spec.version.to_s }
spec.source_files = "WechatPod/**/*.{h,m}"
spec.public_header_files = "WechatPod/**/*.h"
spec.requires_arc = true
spec.dependency 'MDSettingCenter'
spec.pod_target_xcconfig = { "ONLY_ACTIVE_ARCH" => "No" , "HEADER_SEARCH_PATHS" => "/opt/MonkeyDev/include"}
end