blob: 1279abeff2fc7fb324206aee85b1260acf5da6af [file] [log] [blame]
{
"name": "Cassette",
"version": "1.0.0-beta2",
"license": {
"type": "BSD-2-Clause"
},
"homepage": "https://github.com/linkedin/cassette",
"authors": "LinkedIn",
"summary": "A lightning fast file-based FIFO queue for iOS and OSX.",
"source": {
"git": "https://github.com/linkedin/cassette.git",
"tag": "1.0.0-beta2"
},
"public_header_files": "Cassette/*.h",
"source_files": "Cassette/*.{h,m}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}