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