[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / c / DrLight / 0.4.0 / DrLight.podspec.json
blob9234f1e54bc6072b9f86d1a469ed3f168a77d5a7
2   "name": "DrLight",
3   "version": "0.4.0",
4   "summary": "a very simple,light kit to avoid crash in some cases",
5   "description": "fresh ui in nonmain thread.add/remove KVO unpaired.pushing viewcontrollers frequently within a short perid.for example,add push code in viewDidLoad,before viewDidAppear has called,it is dangerous.It may caused crash cannot addsubView:self.pushing the same viewcontroller into one stack.send unrecognized selector",
6   "homepage": "https://github.com/zanyfly/Dr.Light",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ivan": "zanyfly@126.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/zanyfly/Dr.Light.git",
19     "tag": "0.4.0"
20   },
21   "source_files": [
22     "DrLight",
23     "DrLight/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit"