blob: dd7389adfa3257b38bcbb4c71bcbceab6ab04eaa [file] [log] [blame]
{
"name": "KTVHTTPCache",
"version": "1.1.0",
"summary": "A media cache framework from Changba iOS Team.",
"homepage": "https://github.com/ChangbaDevs/KTVHTTPCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Single": "libobjc@gmail.com"
},
"social_media_url": "https://weibo.com/3118550737",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ChangbaDevs/KTVHTTPCache.git",
"tag": "1.1.0"
},
"source_files": [
"KTVHTTPCache",
"KTVHTTPCache/**/*.{h,m}"
],
"public_header_files": "KTVHTTPCache/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"KTVCocoaHTTPServer": [
]
}
}