blob: 4f8a3ba383b6e8e9cddbea27f2ae49af9c71f227 [file] [log] [blame]
{
"name": "ImgixSwift",
"version": "0.1.0",
"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"
},
"source": {
"git": "https://github.com/imgix/imgix-swift.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": [
"Sources/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
}
}