blob: 9ba0282ca826aa69ba80c5073d2b96eb8fa30ce0 [file] [log] [blame]
{
"name": "Buckets",
"version": "1.2.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.2.0"
},
"documentation_url": "http://mauriciosantos.github.io/Buckets-Swift/index.html",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"ios": {
"frameworks": "Accelerate"
},
"osx": {
"frameworks": "Accelerate"
},
"tvos": {
"frameworks": "Accelerate"
},
"source_files": "Source/*.swift",
"requires_arc": true
}