[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / b / 7 / f / HiPubProperty / 0.1 / HiPubProperty.podspec.json
blob7b7e658570532534411a15220c1603e576ab3101
2   "name": "HiPubProperty",
3   "version": "0.1",
4   "summary": "方便对对象的属性进行赋值",
5   "description": "方便使用字典对对象的属性(其中包括NSSArray,UIImage,UIColor,UIFont,NSDate,CGRect,UIEdgeInsets等)进行赋值。需要多值组合的类型(例如UIEdgeInsets)将通过正则表达式进行匹配赋值,可自定义对象属性赋值,属性纠错,避免null值属性调用方法出错",
6   "homepage": "https://github.com/heavenyu/HiPubProperty",
7   "license": "MIT",
8   "authors": {
9     "hengyu": "775215554@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/heavenyu/HiPubProperty.git",
16     "tag": "0.1"
17   },
18   "source_files": "HiPubProperty/HiPubProperty/Core/*.{h,m}",
19   "public_header_files": "HiPubProperty/HiPubProperty/Core/*.h"