2 "name": "HiPubProperty",
4 "summary": "方便对对象的属性进行赋值",
5 "description": "方便使用字典对对象的属性(其中包括NSSArray,UIImage,UIColor,UIFont,NSDate,CGRect,UIEdgeInsets等)进行赋值。需要多值组合的类型(例如UIEdgeInsets)将通过正则表达式进行匹配赋值,可自定义对象属性赋值,属性纠错,避免null值属性调用方法出错",
6 "homepage": "https://github.com/heavenyu/HiPubProperty",
9 "hengyu": "775215554@qq.com"
15 "git": "https://github.com/heavenyu/HiPubProperty.git",
18 "source_files": "HiPubProperty/HiPubProperty/Core/*.{h,m}",
19 "public_header_files": "HiPubProperty/HiPubProperty/Core/*.h"