[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / f / 5 / AlamoImage / 0.2.0 / AlamoImage.podspec.json
blob20789a5d2b89fc73e4c4ae22e1a41d9827300ce3
2   "name": "AlamoImage",
3   "version": "0.2.0",
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.2.0"
14   },
15   "default_subspecs": "Core",
16   "social_media_url": "https://twitter.com/Gvi113",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Common",
25       "ios": {
26         "source_files": "Common.swift"
27       },
28       "osx": {
29         "source_files": "Common.swift"
30       },
31       "dependencies": {
32         "Alamofire": [
33           "~> 1.2"
34         ]
35       }
36     },
37     {
38       "name": "Core",
39       "ios": {
40         "source_files": "ImageRequest-ios.swift"
41       },
42       "osx": {
43         "source_files": "ImageRequest-osx.swift"
44       },
45       "dependencies": {
46         "AlamoImage/Common": [
48         ]
49       }
50     },
51     {
52       "name": "ImageView",
53       "ios": {
54         "source_files": "ImageView-ios.swift"
55       },
56       "osx": {
57         "source_files": "ImageView-osx.swift"
58       },
59       "dependencies": {
60         "AlamoImage/Core": [
62         ]
63       }
64     }
65   ],
66   "deprecated_in_favor_of": "AlamofireImage"