[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 0 / a / AlamofireImage / 2.4.1 / AlamofireImage.podspec.json
blob91549bee308e46b95da5c200309c6fbbd7d40d08
2   "name": "AlamofireImage",
3   "version": "2.4.1",
4   "license": "MIT",
5   "summary": "AlamofireImage is an image component library for Alamofire",
6   "homepage": "https://github.com/Alamofire/AlamofireImage",
7   "social_media_url": "http://twitter.com/AlamofireSF",
8   "authors": {
9     "Alamofire Software Foundation": "info@alamofire.org"
10   },
11   "source": {
12     "git": "https://github.com/Alamofire/AlamofireImage.git",
13     "tag": "2.4.1"
14   },
15   "source_files": "Source/*.swift",
16   "osx": {
17     "exclude_files": [
18       "Source/UIButton+AlamofireImage.swift",
19       "Source/UIImage*.swift"
20     ]
21   },
22   "watchos": {
23     "exclude_files": [
24       "Source/UIButton+AlamofireImage.swift",
25       "Source/UIImageView+AlamofireImage.swift"
26     ]
27   },
28   "platforms": {
29     "ios": "8.0",
30     "osx": "10.9",
31     "tvos": "9.0",
32     "watchos": "2.0"
33   },
34   "dependencies": {
35     "Alamofire": [
36       "~> 3.3"
37     ]
38   }