[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / a / KTVHTTPCache / 1.0.2 / KTVHTTPCache.podspec.json
blobc369b2bd36a425b6ae2d220aa87a0040a24994a3
2   "name": "KTVHTTPCache",
3   "version": "1.0.2",
4   "summary": "A media cache framework from Changba iOS Team.",
5   "homepage": "https://github.com/ChangbaDevs/KTVHTTPCache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Single": "libobjc@gmail.com"
12   },
13   "social_media_url": "https://weibo.com/3118550737",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ChangbaDevs/KTVHTTPCache.git",
19     "tag": "1.0.2"
20   },
21   "source_files": [
22     "KTVHTTPCache",
23     "KTVHTTPCache/**/*.{h,m}"
24   ],
25   "public_header_files": "KTVHTTPCache/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "CocoaHTTPServer": [
33       "~> 2.3"
34     ]
35   }