[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / d / NotMainThreadFix / 1.0.0 / NotMainThreadFix.podspec.json
blob7dc92e23f0cca43b75fd2dfe8e27e0989f2aa177
2   "name": "NotMainThreadFix",
3   "version": "1.0.0",
4   "summary": "Fixes situation where iOS code access some well known UI methods from not main thread (Firebase, etc...)",
5   "homepage": "https://github.com/ladeiko/NotMainThreadFix",
6   "license": {
7     "type": "CUSTOM",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/ladeiko/NotMainThreadFix.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*.{h,m}"