-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDL_MVVM.podspec
26 lines (22 loc) · 1 KB
/
DL_MVVM.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
Pod::Spec.new do |s|
s.name = "DL_MVVM"
s.version = "0.3.3"
s.summary = "MVVM For TableView&&Collection"
s.description = <<-DESC
Testing Private Podspec.
* Markdown format.
* Don't worry about the indent, we strip it!
DESC
s.homepage = "https://github.com/robinli08"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" #截图
s.license = 'MIT'
s.author = { "robinli08" => "[email protected]" }
s.source = { :git => "https://github.com/robinli08/mvvmDemo.git", :tag => "0.3.3" }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'DL_MVVM/Src/**/*.{h,m}'
s.frameworks = 'UIKit','Foundation','CoreGraphics'
s.dependency 'JSONModel', '~> 1.2.0'
s.dependency 'ReactiveCocoa', '2.5'
s.dependency 'CAAnimationBlocks', '~> 0.0.1'
end