[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / 5 / AlamoImage / 0.1.1 / AlamoImage.podspec.json
blobbb84ec5130dec740cf6d9b4089726d460418d152
2   "name": "AlamoImage",
3   "version": "0.1.1",
4   "summary": "Image downloading with Alamofire",
5   "description": "                       AlamoImage is a simple way to deal with image downloading using Alamofire\n\n",
6   "homepage": "https://github.com/gchiacchio/AlamoImage",
7   "license": "MIT",
8   "authors": {
9     "Guillermo Chiacchio": "guillermo.chiacchio@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gchiacchio/AlamoImage.git",
13     "tag": "0.1.1"
14   },
15   "default_subspecs": "Core",
16   "social_media_url": "https://twitter.com/Gvi113",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Pod/Classes/ImageRequest.swift",
25       "dependencies": {
26         "Alamofire": [
27           "~> 1.2"
28         ]
29       }
30     },
31     {
32       "name": "ImageView",
33       "source_files": "Pod/Classes/ImageView.swift",
34       "frameworks": "UIKit",
35       "dependencies": {
36         "Alamofire": [
37           "~> 1.2"
38         ],
39         "AlamoImage/Core": [
41         ]
42       }
43     }
44   ],
45   "deprecated_in_favor_of": "AlamofireImage"