blob: 5da2b36a903ce4d74a6e6477e2746424ab1276ea [file] [log] [blame]
{
"name": "SynchronizedArray",
"version": "0.1.3",
"summary": "Thread safe array for safe access array from multiple threads",
"description": "Thread safe array for safe access array from multiple threads.\nPerfomance is bad but for safe = =.",
"homepage": "https://github.com/merrickluo/SynchronizedArray",
"license": "MIT",
"authors": {
"A.I.": "merrick@luois.me"
},
"source": {
"git": "https://github.com/merrickluo/SynchronizedArray.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SynchronizedArray": [
"Pod/Assets/*.png"
]
}
}