-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCCMassiveAppKit.podspec
More file actions
27 lines (19 loc) · 984 Bytes
/
CCMassiveAppKit.podspec
File metadata and controls
27 lines (19 loc) · 984 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
Pod::Spec.new do |s|
s.name = "CCMassiveAppKit"
s.version = "1.0.3"
s.summary = "CCMassiveAppKit promote develop efficient.This kit dependency common dependency library AFNetworking, MJRefresh"
s.description = <<-DESC
TODO: Add long description of the pod here.CCMassiveAppKit promote develop efficient.This kit dependency common dependency library AFNetworking, MJRefresh
DESC
s.homepage = "https://github.com/libing0924/CCMassiveAppKit.git"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios, '8.0'
s.author = { 'libing0924' => '404044359@qq.com' }
s.source = { :git => 'https://github.com/libing0924/CCMassiveAppKit.git', :tag => "#{s.version}" }
s.ios.deployment_target = '8.0'
s.source_files = 'CCMassiveAppKit/**/*.{h,m}'
s.dependency 'AFNetworking'
s.dependency 'MJRefresh'
s.dependency 'YYModel'
s.dependency 'CCSimpleAppKit', '~>1.0.1'
end