[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 7 / 3 / AVCaches / 0.2.1 / AVCaches.podspec.json
blobb429c33a43bbcba2f58228f4743864da70710e84
2   "name": "AVCaches",
3   "version": "0.2.1",
4   "summary": "A cache for AVPlayer of AVCaches.",
5   "homepage": "https://github.com/MuZiLee/AVCaches",
6   "license": "MIT",
7   "authors": {
8     "sun": "1919345806@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/MuZiLee/AVCaches.git",
15     "tag": "0.2.1",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "AVFoundation",
22     "SystemConfiguration",
23     "MobileCoreServices"
24   ],
25   "source_files": "Source/AVCaches/TTPlayerCache.h",
26   "public_header_files": [
27     "source/AVCaches/TTPlayerCache.h",
28     "source/AVCaches/TTPlayerCache-Swift.h"
29   ],
30   "subspecs": [
31     {
32       "name": "Reachability",
33       "source_files": "Source/AVCaches/Reachability/*.{h,m}",
34       "public_header_files": "Source/AVCaches/Reachability/*.h"
35     },
36     {
37       "name": "Category",
38       "source_files": "Source/AVCaches/Category/*.{h,m}",
39       "public_header_files": "Source/AVCaches/Category/*.h"
40     },
41     {
42       "name": "AVCaches",
43       "dependencies": {
44         "AVCaches/Category": [
46         ],
47         "AVCaches/Reachability": [
49         ]
50       },
51       "source_files": [
52         "Source/AVCaches/TTPlayerCacheMacro.h",
53         "Source/AVCaches/TTResourceLoader{Delegate,Data,Cache}.{h,m}"
54       ],
55       "public_header_files": [
56         "Source/AVCaches/TTPlayerCacheMacro.h",
57         "Source/AVCaches/TTResourceLoader{Delegate,Data,Cache}.h"
58       ]
59     }
60   ]