[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 8 / WebCacheFile / 0.1.1 / WebCacheFile.podspec.json
blob459562518ee04068cffa2bb2a6a19711f7140b49
2   "name": "WebCacheFile",
3   "version": "0.1.1",
4   "summary": "Cache the web file locally for faster access next time",
5   "description": "Cache the web file locally for faster access next time.\n将web文件缓存到本地,提高下次访问速度。",
6   "homepage": "https://github.com/stelalae/WebCacheFile",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LeiYinchun": "a@wyolo.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/stelalae/WebCacheFile.git",
19     "tag": "0.1.1"
20   },
21   "source_files": [
22     "WebCacheFile",
23     "WebCacheFile/**/*.{h,m}"
24   ],
25   "exclude_files": "WebCacheFile/Exclude",
26   "public_header_files": "WebCacheFile/WebCacheFile.h",
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "JKSandBoxManager": [
33     ]
34   }