[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / b / f / 8 / ImgixSwift / 0.1.0 / ImgixSwift.podspec.json
blob4f8a3ba383b6e8e9cddbea27f2ae49af9c71f227
2   "name": "ImgixSwift",
3   "version": "0.1.0",
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.1.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Sources/*.{h,m,swift}"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.2"
25   }