blob: 7dc92e23f0cca43b75fd2dfe8e27e0989f2aa177 [file] [log] [blame]
{
"name": "NotMainThreadFix",
"version": "1.0.0",
"summary": "Fixes situation where iOS code access some well known UI methods from not main thread (Firebase, etc...)",
"homepage": "https://github.com/ladeiko/NotMainThreadFix",
"license": {
"type": "CUSTOM",
"file": "LICENSE"
},
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladeiko/NotMainThreadFix.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m}"
}