blob: 09f20e077570793c776a749bf656ccd819b3a6cb [file] [log] [blame]
{
"name": "Bit",
"version": "1.0.1",
"summary": "Bit operation library in Swift.",
"description": "A handy tool for anyone messing with bits and bytes.",
"homepage": "https://github.com/mlachmish/Bit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matan Lachmish": "mlachmish@gmail.com"
},
"source": {
"git": "https://github.com/mlachmish/Bit.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/mlachmish",
"platforms": {
"ios": "8.0"
},
"source_files": "Bit/**/*",
"requires_arc": true
}