-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMdcLib.podspec
29 lines (24 loc) · 1.24 KB
/
MdcLib.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
Pod::Spec.new do |s|
s.name = 'MdcLib'
s.version = '2.0.5'
s.summary = 'None'
s.description = "The MdcLib iOS SDK, the SDK supports iOS7, iOS 8, iOS 9 and iOS 10"
s.homepage = 'https://github.com/duplicater/MdcLib.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lecuong' => '[email protected]' }
s.source = { :git => 'https://github.com/duplicater/MdcLib.git', :tag => s.version.to_s }
s.frameworks = 'UIKit', 'MapKit', 'Foundation', 'SystemConfiguration', 'CoreTelephony', 'Accelerate', 'CoreGraphics', 'QuartzCore'
s.libraries = 'icucore'
s.dependency 'SDWebImage', '~>3.8'
s.dependency 'UIImageView-Letters'
s.dependency 'CCBottomRefreshControl', '~>0.5.1'
s.ios.deployment_target = '7.0'
s.requires_arc = true
s.source = { :http => "https://github.com/duplicater/MdcLib/releases/download/#{s.version}/MdcLib.zip" }
s.platform = :ios, '7.0'
s.preserve_paths = 'MdcLib.framework'
s.public_header_files = 'MdcLib.framework/Versions/A/Headers/*'
s.source_files = 'MdcLib.framework/Versions/A/Headers/*'
s.resource = 'MdcLib.Bundle'
s.vendored_frameworks = 'MdcLib.framework'
end