blob: 2aa915f4d3d877c6225e2bf7a99a7aa23ea964a5 [file] [log] [blame]
{
"name": "EVURLCache",
"version": "2.1.5",
"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.1.5"
},
"source_files": "EVURLCache/Pod/*",
"ios": {
"frameworks": [
"Foundation",
"MobileCoreServices"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreServices"
]
},
"requires_arc": true,
"dependencies": {
"ReachabilitySwift": [
]
}
}