blob: acec38e4cc7fe6a5af3baaa056f8dfa2d795e326 [file] [log] [blame]
{
"name": "SafeData",
"version": "0.0.25",
"summary": "Category for NSArray and NSDictionary to Protect Data prevent the crash.检查数据类型防止插入空数据和数组越界,字典直接得到转换后的OC,C类型",
"homepage": "https://github.com/lishiping/SafeData.git",
"license": "LICENSE",
"authors": {
"lishiping": "83118274@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lishiping/SafeData.git",
"tag": "0.0.25"
},
"source_files": [
"SafeData/SafeFoundation/*.{h,m,mm,cpp,c}",
"SafeData/SafeFoundation/*/*.{h,m,mm,cpp,c}"
],
"public_header_files": [
"SafeData/SafeFoundation/*.h",
"SafeData/SafeFoundation/*/*.h"
],
"frameworks": "Foundation",
"requires_arc": true
}