blob: bc28c4485852b6beb14b7d682705ce6c687dcb8f [file] [log] [blame]
{
"name": "ImgixSwift",
"version": "0.1.2",
"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.2"
},
"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"
}
}