blob: 2a97f45c0c3e5a0537c83d21568637c66d3b8c21 [file] [log] [blame]
{
"name": "Cache",
"summary": "Nothing but cache.",
"version": "4.0.2",
"homepage": "https://github.com/hyperoslo/Cache",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Cache.git",
"tag": "4.0.2"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2",
"watchos": "2.0"
},
"requires_arc": true,
"ios": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Source/{Mac,Shared}/**/*"
},
"tvos": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"dependencies": {
"SwiftHash": [
"~> 2.0.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}