forked from alibaba/Tangram-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTangram.podspec
25 lines (21 loc) · 873 Bytes
/
Tangram.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
Pod::Spec.new do |s|
s.name = "Tangram"
s.version = "1.0.3"
s.summary = "Tangram is a UI Framework for building a fast and dynamic ScrollView."
s.description = <<-DESC
Tangram is a UI Framework for building a fast and dynamic ScrollView, with two platform support(Android & iOS)
DESC
s.homepage = "https://github.com/alibaba/tangram-ios"
s.license = {
:type => 'MIT'
}
s.author = { "fydx" => "lbgg918@gmail.com" }
s.platform = :ios
s.ios.deployment_target = '7.0'
s.requires_arc = true
s.source = { :git => "https://github.com/alibaba/Tangram-iOS.git", :tag => "1.0.3" }
s.resources = 'Tangram/Resource/*.{plist,json}'
s.source_files = 'Tangram/Source/**/*.{h,m}'
s.dependency 'LazyScroll', '~>0.0.2'
s.dependency 'SDWebImage', '~>3.7'
end