-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathWeexImagePicker.podspec
More file actions
33 lines (29 loc) · 849 Bytes
/
WeexImagePicker.podspec
File metadata and controls
33 lines (29 loc) · 849 Bytes
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
# coding: utf-8
Pod::Spec.new do |s|
s.name = "WeexImagePicker"
s.version = "0.0.4"
s.summary = "Weex Plugin"
s.description = <<-DESC
Weexplugin Source Description
DESC
s.homepage = "https://github.com/scholar-ink/weex-image-picker.git"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
copyright
LICENSE
}
s.authors = {
"yourname" =>"youreamail"
}
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => s.homepage, :tag => s.version }
s.source_files = "ios/Sources/*.{h,m,mm}"
s.requires_arc = true
s.dependency "WeexPluginLoader"
s.dependency "WeexSDK"
s.dependency 'SDWebImage'
s.dependency "ZLPhotoBrowser"
s.dependency "AFNetworking"
end