[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / 8 / 0 / a / AlamofireImage / 2.1.1 / AlamofireImage.podspec.json
blobbc80aef32aaeef20cee2bd9e52a7dc737459d998
2   "name": "AlamofireImage",
3   "version": "2.1.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.1.1"
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   }