[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / b / ImageLoadingService / 0.1.0 / ImageLoadingService.podspec.json
blobeffa8cdcc787fb36d31028bece9b3c4677ed47d7
2   "name": "ImageLoadingService",
3   "version": "0.1.0",
4   "summary": "A simple dependency-injectable service for loading images.",
5   "description": "A simple dependency-injectable service for loading images.\nContains UIImageView Extension and NSCache support.",
6   "homepage": "https://github.com/AttilaTheFun/ImageLoadingService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/ImageLoadingService.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "PromiseKit": [
21       "~>3.0.1"
22     ],
23     "SwiftToolKit": [
24       "~>0.2.4"
25     ],
26     "ServiceRegistry": [
27       "~>0.3.1"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "API",
33       "source_files": "Pod/API/*.swift"
34     },
35     {
36       "name": "Implementation",
37       "dependencies": {
38         "ImageLoadingService/API": [
39           "~>0.1.0"
40         ]
41       },
42       "source_files": "Pod/Implementation/*.swift"
43     }
44   ]