[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 8 / EVURLCache / 2.0.2 / EVURLCache.podspec.json
blobcebde4fd1c5d6b9e534093c88a7896d78cee962e
2   "name": "EVURLCache",
3   "version": "2.0.2",
4   "summary": "NSURLCache subclass for handeling all web requests that use NSURLRequest",
5   "description": "This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView)",
6   "homepage": "https://github.com/evermeer/EVURLCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "evermeer",
12   "social_media_url": "http://twitter.com/evermeer",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/evermeer/EVURLCache.git",
19     "tag": "2.0.2"
20   },
21   "source_files": "EVURLCache/Pod/*",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "ReachabilitySwift": [
27     ]
28   }