[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / c / 0 / 8 / EVURLCache / 2.2.0 / EVURLCache.podspec.json
blob6ace5576fbecccd50bf9feea5d8a6ac9a8fee266
2   "name": "EVURLCache",
3   "version": "2.2.0",
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.2.0"
20   },
21   "source_files": "EVURLCache/Pod/*",
22   "ios": {
23     "frameworks": [
24       "Foundation",
25       "MobileCoreServices"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "Foundation",
31       "CoreServices"
32     ]
33   },
34   "requires_arc": true,
35   "dependencies": {
36     "ReachabilitySwift": [
38     ]
39   }