blob: 04f4af68ea90fe19cd5aa24def9e0231cc773a09 [file] [log] [blame]
{
"name": "NSMaker",
"version": "0.1.1",
"summary": "链式创建UIKit相关对象",
"description": "ObjC 链式创建UIView及其子类",
"homepage": "https://github.com/Echo-BraveShine/NSMaker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Echo-BraveShine": "1239383708@qq.com"
},
"source": {
"git": "https://github.com/Echo-BraveShine/NSMaker.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NSMaker/NSMaker/NSMaker/**/*",
"prefix_header_contents": "#import \"NSMaker.h\"",
"frameworks": "UIKit"
}