blob: 5ae465d17a8256f26f67f1f56f4246b01d20f6c9 [file] [log] [blame]
{
"name": "SafeData",
"version": "1.0.1",
"summary": "Category for NSArray,NSDictionary,NSData to Protect Data prevent the crash.检查数据类型防止插入空数据和数组越界,字典得到转换后的OC,C对象",
"homepage": "https://github.com/lishiping/SafeData.git",
"license": "LICENSE",
"authors": {
"lishiping": "83118274@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lishiping/SafeData.git",
"tag": "1.0.1"
},
"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
}