blob: 5f8cb0469cba50d0ceadd27e24588a2cf27fb90e [file] [log] [blame]
{
"name": "Buckets",
"version": "1.0",
"summary": "Swift Collection Data Structures Library",
"license": "MIT",
"homepage": "https://github.com/mauriciosantos/Buckets-Swift",
"authors": {
"Mauricio Santos": "mauriciosantoss@gmail.com"
},
"source": {
"git": "https://github.com/mauriciosantos/Buckets-Swift.git",
"tag": "1.0"
},
"documentation_url": "http://mauriciosantos.github.io/Buckets-Swift/Structs.html",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"frameworks": "Accelerate",
"source_files": "Source/*.swift",
"requires_arc": true
}