-
Notifications
You must be signed in to change notification settings - Fork 49
/
WXDevtool.podspec
40 lines (30 loc) · 1019 Bytes
/
WXDevtool.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# coding: utf-8
Pod::Spec.new do |s|
s.name = "WXDevtool"
s.version = "0.24.0"
s.summary = "WXDevtool Source."
s.description = <<-DESC
WXDevtool Source description
DESC
s.homepage = "https://github.com/weexteam/weex-devtool-iOS"
s.license = {
:type => "Copyright",
:text => <<-LICENSE
Alibaba-INC copyright
LICENSE
}
s.authors = {
"mario" =>"[email protected]",
"kfeagle" =>"[email protected]"
}
s.platform = :ios
s.ios.deployment_target = "8.0"
# cocoapods
s.source = { :git => "https://github.com/weexteam/weex-devtool-iOS.git", :tag => "0.24.0" }
s.source_files = "sdk/WXDevTool/Source/**/*.{h,m,mm,c}"
s.requires_arc = true
s.frameworks = "Foundation","CoreData","ImageIO","CoreData","CFNetwork","UIKit","CoreGraphics","Security"
s.libraries = "z"
s.dependency "WeexSDK"
s.dependency "SocketRocket"
end