blob: 5e4a5cc8e6d28f058f03eacd127280a67f6c5635 [file] [log] [blame]
{
"name": "EVURLCache",
"version": "3.2.1",
"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": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/evermeer/EVURLCache.git",
"tag": "3.2.1"
},
"source_files": "EVURLCache/Pod/*",
"ios": {
"frameworks": [
"Foundation",
"MobileCoreServices"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreServices"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}