[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 2 / 5 / Iris / 2.0.0 / Iris.podspec.json
blob0c824c397a1437c7808c88e9541baad129df354b
2   "name": "Iris",
3   "version": "2.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift framework for working with Imgix.",
9   "homepage": "https://github.com/hodinkee/iris",
10   "source": {
11     "git": "https://github.com/hodinkee/iris.git",
12     "tag": "v2.0.0"
13   },
14   "authors": {
15     "Jonathan Baker": "jonathan@jonathanbaker.me",
16     "Caleb Davenport": "caleb@calebd.me"
17   },
18   "requires_arc": true,
19   "source_files": "Iris/*.{h,m,swift}",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0"
24   },
25   "ios": {
26     "frameworks": "UIKit",
27     "exclude_files": "Iris/NSColor.swift"
28   },
29   "osx": {
30     "frameworks": "Cocoa",
31     "exclude_files": "Iris/UIColor.swift"
32   },
33   "tvos": {
34     "frameworks": "UIKit",
35     "exclude_files": "Iris/NSColor.swift"
36   },
37   "pushed_with_swift_version": "3.0"