blob: 34abf260c040bf97b66212d44e19306902096301 [file] [log] [blame]
{
"name": "Buckets",
"version": "2.0.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": "2.0.0"
},
"documentation_url": "http://mauriciosantos.github.io/Buckets-Swift/index.html",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"ios": {
"frameworks": "Accelerate"
},
"osx": {
"frameworks": "Accelerate"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}