[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / b / Imagery / 1.1.0 / Imagery.podspec.json
bloba508645f73fc9f1d9bb42466ea13000896edcee3
2   "name": "Imagery",
3   "version": "1.1.0",
4   "summary": "A lightweight library for downloading and cacheing image from the web.",
5   "homepage": "https://meniny.cn/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Elias Abel": "meniny@qq.com"
12   },
13   "social_media_url": "https://meniny.cn",
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/Meniny/Imagery.git",
22     "tag": "1.1.0"
23   },
24   "source_files": [
25     "Imagery/*.swift",
26     "Imagery/Imagery.h",
27     "Imagery/Imagery.swift"
28   ],
29   "public_header_files": [
30     "Imagery/Imagery.h"
31   ],
32   "osx": {
33     "exclude_files": [
34       "Imagery/AnimatedImageView.swift",
35       "Imagery/UIButton+Imagery.swift"
36     ]
37   },
38   "watchos": {
39     "exclude_files": [
40       "Imagery/AnimatedImageView.swift",
41       "Imagery/UIButton+Imagery.swift",
42       "Imagery/ImageView+Imagery.swift",
43       "Imagery/NSButton+Imagery.swift",
44       "Imagery/Indicator.swift",
45       "Imagery/Filter.swift"
46     ]
47   },
48   "ios": {
49     "exclude_files": "Imagery/NSButton+Imagery.swift"
50   },
51   "tvos": {
52     "exclude_files": "Imagery/NSButton+Imagery.swift"
53   },
54   "requires_arc": true,
55   "frameworks": [
56     "Foundation",
57     "CFNetwork",
58     "ImageIO",
59     "CoreGraphics",
60     "Accelerate",
61     "CoreImage"
62   ],
63   "pod_target_xcconfig": {
64     "SWIFT_VERSION": "3.0"
65   },
66   "pushed_with_swift_version": "3.0",
67   "deprecated": true