blob: d12987f67924b9728bca9cfef9423bb78ddca912 [file] [log] [blame]
{
"name": "YCThreadSafeMutableCollection",
"version": "0.1.0",
"summary": "Thread-safe mutable array, dictionary and set.",
"homepage": "https://github.com/ryan7cruise/YCThreadSafeMutableCollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuchen Peng": "yuchenpeng826@hotmail.com"
},
"source": {
"git": "https://github.com/ryan7cruise/YCThreadSafeMutableCollection.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YCThreadSafeMutableCollection/Classes/**/*"
}