[Add] XZTextImageView 10.1.0
[CocoaPods.git] / Specs / 7 / e / 1 / ImageKitIO / 3.0.0 / ImageKitIO.podspec.json
blob30e9ee7ee872a363a700e710169a38f32c7196c9
2   "name": "ImageKitIO",
3   "version": "3.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": "3.0.0"
18   },
19   "swift_versions": "4.0",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "source_files": "ImageKit/**/*",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/**/*",
29       "dependencies": {
30         "Quick": [
31           "~> 5.0.1"
32         ],
33         "Nimble": [
34           "~> 10.0.0"
35         ],
36         "Mocker": [
37           "~> 2.5"
38         ]
39       }
40     }
41   ],
42   "swift_version": "4.0"