[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 7 / e / 1 / ImageKitIO / 1.0.0 / ImageKitIO.podspec.json
blob097994c1869cc5e340f52b864da09657b93c8d28
2   "name": "ImageKitIO",
3   "version": "1.0.0",
4   "summary": "iOS SDK for ImageKit.io",
5   "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.",
6   "homepage": "https://imagekit.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ImageKit Developer": "developer@imagekit.io",
13     "ahnv": "abhinav@imagekit.io"
14   },
15   "source": {
16     "git": "https://github.com/imagekit-developer/imagekit-ios.git",
17     "tag": "1.0.0"
18   },
19   "swift_versions": "4.0",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.8.2"
26     ]
27   },
28   "source_files": "ImageKit/**/*",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "Tests/**/*",
34       "dependencies": {
35         "Quick": [
36           "~> 1.2.0"
37         ],
38         "Nimble": [
39           "~> 7.0"
40         ]
41       }
42     }
43   ],
44   "swift_version": "4.0"