blob: effa8cdcc787fb36d31028bece9b3c4677ed47d7 [file] [log] [blame]
{
"name": "ImageLoadingService",
"version": "0.1.0",
"summary": "A simple dependency-injectable service for loading images.",
"description": "A simple dependency-injectable service for loading images.\nContains UIImageView Extension and NSCache support.",
"homepage": "https://github.com/AttilaTheFun/ImageLoadingService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/ImageLoadingService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~>3.0.1"
],
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry": [
"~>0.3.1"
]
},
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift"
},
{
"name": "Implementation",
"dependencies": {
"ImageLoadingService/API": [
"~>0.1.0"
]
},
"source_files": "Pod/Implementation/*.swift"
}
]
}