blob: aaa0e0943a3a7478a16fde0c2ca07eddec86ef88 [file] [log] [blame]
{
"name": "SwiftImage",
"version": "1.0.5",
"summary": "A framework for downloading and caching image in Swift.",
"description": "A framework for downloading and caching image in Swift. It makes it easy to deal with fetching and cachine image data from network.",
"homepage": "https://github.com/jie-cao/SwiftImage",
"license": "MIT",
"authors": {
"Jie": "jie_cao@hotmail.com"
},
"source": {
"git": "https://github.com/jie-cao/SwiftImage.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftImage/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
}