[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / c / e / WZLSerializeKit / 1.0 / WZLSerializeKit.podspec.json
blobfe76d514b41bbc0d92796d99bb03691055fdedb1
2   "name": "WZLSerializeKit",
3   "version": "1.0",
4   "summary": "A four-line tool to enable serialize and deserialize in iOS platform",
5   "description": "A four-line tool to enable serialize and deserialize in iOS platform. 4行代码完成iOS序列化与反序列化.",
6   "homepage": "https://github.com/weng1250/WZLSerializeKit",
7   "license": {
8     "type": "None",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zilin Weng翁子林": "zilin_weng@163.com"
13   },
14   "source": {
15     "git": "https://github.com/weng1250/WZLSerializeKit.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "WZLSerializeKit/*.{h,m}",
23   "public_header_files": "WZLSerializeKit/**/*.{h}"