blob: 6f82b291be39d75172f2b4bbf57f63b85633dcf9 [file] [log] [blame]
{
"name": "Skeets",
"version": "0.9.3",
"summary": "Fetch, cache, and display images via HTTP in Swift.",
"homepage": "https://github.com/daltoniam/Skeets",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "http://daltoniam.com"
},
"source": {
"git": "https://github.com/daltoniam/Skeets.git",
"tag": "0.9.3"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift",
"requires_arc": "true",
"dependencies": {
"SwiftHTTP": [
"~> 0.9.2"
]
}
}