blob: a8a3d36c7c658ce277371029c868e711b42c3bd7 [file] [log] [blame]
{
"name": "CacheFixed",
"summary": "Nothing but cache.",
"version": "5.2.0",
"homepage": "https://github.com/kientux/Cache",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/kientux/Cache.git",
"tag": "5.2.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Source/{Mac,Shared}/**/*"
},
"tvos": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}