blob: cb0990373affc885633de9a38a3be287a4cf31a7 [file] [log] [blame]
{
"name": "ImgixSwift",
"version": "0.1.3",
"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.3"
},
"xcconfig": {
"SWIFT_OBJC_INTERFACE_HEADER_NAME": "ImgixSwift.h"
},
"requires_arc": true,
"source_files": [
"Sources/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
}
}