[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / a / 6 / AFCache / 0.11.3 / AFCache.podspec.json
blobf933891bdb1f588d00c74f2195b011706caeac1c
2   "name": "AFCache",
3   "version": "0.11.3",
4   "summary": "AFCache is an HTTP disk cache for use on iPhone/iPad and OSX.",
5   "description": "\tAFCache is an HTTP disk cache for use on iPhone/iPad and OSX. It can be linked as a static library or as a framework. \n\tThe cache was initially written because on iOS, NSURLCache ignores NSURLCacheStorageAllowed and instead treats it as \n\tNSURLCacheStorageAllowedInMemoryOnly which is pretty useless for a persistent cache.\n",
6   "homepage": "https://github.com/artifacts/AFCache",
7   "license": "Apache",
8   "authors": {
9     "Michael Markowski": "m.markowski@artifacts.de",
10     "Lars Blumberg": "lars.blumberg@sprylab.com",
11     "Nico Schmidt": "",
12     "Björn Kriews": "bkr@jumper.org",
13     "Christian Menschel": "post@cmenschel.de"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/artifacts/AFCache.git",
21     "tag": "0.11.3"
22   },
23   "source_files": [
24     "src/shared/**/*.{h,m}",
25     "src/3rdparty/AFRegexString/**/*.{h,m}"
26   ],
27   "ios": {
28     "source_files": "src/iOS/**/*.{h,m}"
29   },
30   "osx": {
31     "source_files": "src/OSX/**/*.{h,m}"
32   },
33   "exclude_files": [
34     "src/OSX/afcpkg_main*",
35     "**/main.{h,m}"
36   ],
37   "requires_arc": true,
38   "dependencies": {
39     "ZipArchive": [
40       "~> 1.3.0"
41     ],
42     "VersionIntrospection": [
43       "~> 0.1"
44     ]
45   }