forked from weex-plugins/Gcanvas-For-Apache-weex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WeexGcanvas.podspec
35 lines (30 loc) · 926 Bytes
/
WeexGcanvas.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
# coding: utf-8
Pod::Spec.new do |s|
s.name = "WeexGcanvas"
s.version = "0.0.1.11"
s.summary = "Weex Plugin"
s.description = <<-DESC
Weexplugin Source Description
DESC
s.homepage = "https://github.com/weex-plugins/weex-plugin-gcanvas"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
copyright
LICENSE
}
s.authors = {
"yourname" =>"youreamail"
}
s.platform = :ios
s.ios.deployment_target = "7.0"
s.source = { :git => 'https://github.com/weex-plugins/weex-plugin-gcanvas.git', :tag => '0.0.1.11' }
#s.source = { :path => '.' }
s.source_files = "ios/Sources/*.{h,m,mm}"
s.requires_arc = true
s.dependency "WeexPluginLoader"
s.dependency "WeexSDK"
s.dependency "GCanvas"
s.dependency "SDWebImage", "< 4.0.0"
s.libraries = "stdc++"
end