forked from ChangbaDevs/KTVHTTPCache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKTVHTTPCache.podspec
More file actions
16 lines (16 loc) · 812 Bytes
/
KTVHTTPCache.podspec
File metadata and controls
16 lines (16 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "KTVHTTPCache"
s.version = "1.1.3"
s.summary = "A media cache framework from Changba iOS Team."
s.homepage = "https://github.com/ChangbaDevs/KTVHTTPCache"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Single" => "libobjc@gmail.com" }
s.social_media_url = "https://weibo.com/3118550737"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/ChangbaDevs/KTVHTTPCache.git", :tag => "#{s.version}" }
s.source_files = "KTVHTTPCache", "KTVHTTPCache/**/*.{h,m}"
s.public_header_files = "KTVHTTPCache/**/*.h"
s.frameworks = "UIKit", "Foundation"
s.requires_arc = true
s.dependency 'KTVCocoaHTTPServer'
end