blob: ecaf86a33e22bc9330344b6b3bb38add40aa45b5 [file] [log] [blame]
{
"name": "SafeData",
"version": "0.1.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": "6.0"
},
"source": {
"git": "https://github.com/lishiping/SafeData.git",
"tag": "0.1.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
}