blob: 6808f776a223482c0d19672efaf619bb9c76f2ba [file] [log] [blame]
{
"name": "Cache",
"summary": "Nothing but cache.",
"version": "6.0.0",
"homepage": "https://github.com/hyperoslo/Cache",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Cache.git",
"tag": "6.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "11.0",
"osx": "10.12",
"tvos": "11.0"
},
"requires_arc": true,
"ios": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Source/{Mac,Shared}/**/*"
},
"tvos": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}