blob: 98b55ccb5218741cc82c94a27abde69ba9aae192 [file] [log] [blame]
{
"name": "Queue",
"version": "0.1.0",
"license": "MIT",
"summary": "First-In-First-Out (FIFO) Simple Queue",
"homepage": "https://github.com/to4iki/Queue",
"social_media_url": "http://twitter.com/to4iki",
"authors": {
"tsk takezawa": "tsk.take815@gmail.com"
},
"source": {
"git": "https://github.com/to4iki/Queue.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Queue/**/*.swift",
"requires_arc": "true"
}