blob: 1c8f37ee87f11db6315cdd2b1f088c4f5f4c86d3 [file] [log] [blame]
{
"name": "DFImageManager",
"version": "0.1.0",
"summary": "Modern iOS framework for fetching images from various sources. Zero config, yet immense customization and extensibility.",
"homepage": "https://github.com/kean/DFImageManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Grebenyuk": "grebenyuk.alexander@gmail.com"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kean/DFImageManager.git",
"tag": "0.1.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "DFImageManager/Source/**/*.{h,m}",
"exclude_files": "DFImageManager/Source/GIF/**/*.{h,m}"
},
{
"name": "GIF",
"dependencies": {
"DFImageManager/Core": [
],
"FLAnimatedImage": [
"~> 1.0"
]
},
"source_files": "DFImageManager/Source/GIF/**/*.{h,m}"
}
]
}