[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 0 / a / AlamofireImage / 1.1.0 / AlamofireImage.podspec.json
blob4214038c28fb7494ac0e5d7ad11c0797c9f36162
2   "name": "AlamofireImage",
3   "version": "1.1.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": "1.1.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     "watchos": "2.0"
26   },
27   "dependencies": {
28     "Alamofire": [
29       "~> 2.0"
30     ]
31   }