blob: a992676de47e824e09640d2f2c7cf5b412497fa0 [file] [log] [blame]
{
"name": "Imaginary",
"summary": "Remote images, as easy as one, two, three.",
"version": "3.0.1",
"homepage": "https://github.com/hyperoslo/Imaginary",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Imaginary.git",
"tag": "3.0.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"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": [
"~> 4.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}