blob: 715897708329c62af223a26931dc14014dd29a25 [file] [log] [blame]
{
"name": "ImgixSwift",
"version": "1.1.1",
"summary": "The official imgix Swift client. Written in Swift, but plays nice with Objective-C codebases, too! 👌",
"license": {
"type": "BSD 2-Clause",
"file": "LICENSE.md"
},
"homepage": "https://github.com/imgix/imgix-swift",
"authors": {
"Paul Straw": "paulstraw@paulstraw.com",
"Sherwin Heydarbeygi": "sherwin@imgix.com"
},
"source": {
"git": "https://github.com/imgix/imgix-swift.git",
"tag": "1.1.1"
},
"requires_arc": true,
"source_files": [
"Sources/ImgixSwift/*.swift"
],
"swift_versions": [
"3.0",
"4.0",
"5.0"
],
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.2"
},
"swift_version": "5.0"
}