blob: 56904aa4ecc4b9e80d4b340b940b55f94d0a6690 [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"
]
},
"deprecated": true
}