blob: 5ba825bd44eb5c6369b2c6244c838ec6faa408f6 [file] [log] [blame]
{
"name": "Queue",
"version": "0.2.0",
"license": "MIT",
"summary": "First-In-First-Out (FIFO) Simple Queue(immutable|mutable)",
"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.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Queue/**/*.swift",
"requires_arc": "true"
}