[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 8 / EVURLCache / 2.8.0 / EVURLCache.podspec.json
blob46f12a07c68347770ca0a18b250aa6298ea09b89
2   "name": "EVURLCache",
3   "version": "2.8.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": {
12     "evermeer": "edwin@evict.nl"
13   },
14   "social_media_url": "http://twitter.com/evermeer",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/evermeer/EVURLCache.git",
21     "tag": "2.8.0"
22   },
23   "source_files": "EVURLCache/Pod/*",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "MobileCoreServices"
28     ]
29   },
30   "osx": {
31     "frameworks": [
32       "Foundation",
33       "CoreServices"
34     ]
35   },
36   "requires_arc": true