blob: 4266f0d4408966c98a2ed3fff4f511864bb6a0ef [file] [log] [blame]
{
"name": "shanty",
"version": "0.0.1",
"summary": "A lightweight and simple Cocoa network protocol.",
"homepage": "https://github.com/schwa/shanty",
"license": {
"type": "BSD 2-Clause",
"file": "LICENSE"
},
"authors": {
"Jonathan Wight": "schwa@schwa.io"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/schwa/shanty.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true
}