blob: 9234f1e54bc6072b9f86d1a469ed3f168a77d5a7 [file] [log] [blame]
{
"name": "DrLight",
"version": "0.4.0",
"summary": "a very simple,light kit to avoid crash in some cases",
"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",
"homepage": "https://github.com/zanyfly/Dr.Light",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ivan": "zanyfly@126.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/zanyfly/Dr.Light.git",
"tag": "0.4.0"
},
"source_files": [
"DrLight",
"DrLight/**/*.{h,m}"
],
"frameworks": "UIKit"
}