blob: 269244e4e0c8584dca999ba03dafad54e40c7ede [file] [log] [blame]
{
"name": "Bitter",
"version": "0.1.1",
"summary": "The Swift bits manipulation toolkit",
"homepage": "https://github.com/uraimo/Bitter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Umberto Raimondi",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/uraimo/Bitter.git",
"tag": "v0.1.1"
},
"source_files": "Sources/Bitter/**/*.{swift,h}",
"frameworks": "XCTest"
}