[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 4 / SafeData / 0.0.20 / SafeData.podspec.json
blobf921a81d1bfa27fb7eba3668a638a26e0aae6c60
2   "name": "SafeData",
3   "version": "0.0.20",
4   "summary": "Category for NSArray and NSDictionary to Protect Data prevent the crash.检查数据类型防止插入空数据和数组越界,字典直接得到转换后的OC,C类型",
5   "homepage": "https://github.com/lishiping/SafeData.git",
6   "license": "LICENSE",
7   "authors": {
8     "lishiping": "83118274@qq.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/lishiping/SafeData.git",
15     "tag": "0.0.20"
16   },
17   "source_files": [
18     "SafeData/SafeFoundation/*.{h,m,mm,cpp,c}",
19     "SafeData/SafeFoundation/*/*.{h,m,mm,cpp,c}"
20   ],
21   "public_header_files": [
22     "SafeData/SafeFoundation/*.h",
23     "SafeData/SafeFoundation/*/*.h"
24   ],
25   "frameworks": "Foundation",
26   "requires_arc": true