blob: eb7884388f48fa8e26d5e59b360fad4783a406aa [file] [log] [blame]
{
"name": "Skeets",
"version": "0.9.2",
"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.2"
},
"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"
]
}
}