blob: 4bd99874f143c957b3a984fc8ace4795a95d84ed [file] [log] [blame]
{
"name": "ImageKitIO",
"version": "1.1.0",
"summary": "iOS SDK for ImageKit.io",
"description": "iOS Pod for ImageKit.io which implements client-side upload and URL generation for use inside an iOS application.\nImageKit is a complete image optimization and transformation solution that comes with an image CDN and media storage. It can be integrated with your existing infrastructure - storages like AWS S3, web servers, your CDN and custom domain names, allowing you to deliver optimized images in minutes with minimal code changes.",
"homepage": "https://imagekit.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ImageKit Developer": "developer@imagekit.io",
"ahnv": "abhinav@imagekit.io"
},
"source": {
"git": "https://github.com/imagekit-developer/imagekit-ios.git",
"tag": "1.1.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 4.8.2"
]
},
"source_files": "ImageKit/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*",
"dependencies": {
"Quick": [
"~> 1.2.0"
],
"Nimble": [
"~> 7.0"
]
}
}
],
"swift_version": "4.0"
}