blob: cebde4fd1c5d6b9e534093c88a7896d78cee962e [file] [log] [blame]
{
"name": "EVURLCache",
"version": "2.0.2",
"summary": "NSURLCache subclass for handeling all web requests that use NSURLRequest",
"description": "This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView)",
"homepage": "https://github.com/evermeer/EVURLCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "evermeer",
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/evermeer/EVURLCache.git",
"tag": "2.0.2"
},
"source_files": "EVURLCache/Pod/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"ReachabilitySwift": [
]
}
}