blob: afc7aa07a3bb98e33e26a1020097a5b037d1d6e8 [file] [log] [blame]
{
"name": "Imaginary",
"summary": "Remote images, as easy as one, two, three.",
"version": "5.0.0",
"homepage": "https://github.com/hyperoslo/Imaginary",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Imaginary.git",
"tag": "5.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": "Sources/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"dependencies": {
"Cache": [
"~> 6.0.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}