blob: f4ed9c7d52ebc3488be09898631debec44a91577 [file] [log] [blame]
{
"name": "URLGrey",
"version": "0.2.0",
"summary": "Delightful I/O and file management in Swift.",
"description": "Delightful I/O and file management in Swift, building on Cocoa paradigms and Swift idioms to encourage modern practices for files.",
"homepage": "https://github.com/zwaldowski/URLGrey",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zachary Waldowski": "zach@waldowski.me"
},
"social_media_url": "http://twitter.com/zwaldowski",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/zwaldowski/URLGrey.git",
"tag": "v0.2.0"
},
"source_files": [
"URLGrey/*.swift",
"URLGrey/URLGreyBridged.{h,m}"
],
"dependencies": {
"Lustre": [
"~> 0.6"
]
}
}