blob: 9300ce1201a1f5d813862da2949247c3275eb02f [file] [log] [blame]
{
"name": "SwiftImage",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftImage/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
}