[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 8 / ImgixSwift / 0.4.3 / ImgixSwift.podspec.json
blobbcb235842720a4f10cc365d5fe5f0eb945025455
2   "name": "ImgixSwift",
3   "version": "0.4.3",
4   "summary": "The official imgix Swift client. Written in Swift, but plays nice with Objective-C codebases, too! ðŸ‘Œ",
5   "license": {
6     "type": "BSD 2-Clause",
7     "file": "LICENSE.md"
8   },
9   "homepage": "https://github.com/imgix/imgix-swift",
10   "authors": {
11     "Paul Straw": "paulstraw@paulstraw.com"
12   },
13   "source": {
14     "git": "https://github.com/imgix/imgix-swift.git",
15     "tag": "0.4.3"
16   },
17   "xcconfig": {
18     "SWIFT_OBJC_INTERFACE_HEADER_NAME": "ImgixSwift.h"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Sources/*.{h,m,swift}"
23   ],
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.10",
27     "tvos": "9.2"
28   }