blob: 4da19f10317cc22d84ed4eb8ec0f81b5936bbbe5 [file] [log] [blame]
{
"name": "APAsyncDictionary",
"version": "0.0.6",
"summary": "Thread safe wrapper to NSMutableDictionary for asynchronous access by @Alterplay folks.",
"homepage": "https://github.com/Alterplay/APAsyncDictionary",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "alexey.belkevich@alterplay.com"
},
"source": {
"git": "https://github.com/Alterplay/APAsyncDictionary.git",
"tag": "0.0.6"
},
"source_files": "Classes/**/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true
}