[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 0 / a / AlamofireImage / 2.2.0 / AlamofireImage.podspec.json
blob66e5267ec82340760ae66a83fb500ae9b8c22229
2   "name": "AlamofireImage",
3   "version": "2.2.0",
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.2.0"
14   },
15   "source_files": "Source/*.swift",
16   "osx": {
17     "exclude_files": "Source/UIImage*.swift"
18   },
19   "watchos": {
20     "exclude_files": "Source/UIImageView+AlamofireImage.swift"
21   },
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "dependencies": {
29     "Alamofire": [
30       "~> 3.1"
31     ]
32   }