blob: ac6f5d652db7dc3baab763ca0f0b55753973c2a8 [file] [log] [blame]
{
"name": "SafeData",
"version": "0.0.13",
"summary": "Category for NSArray and NSDictionary to Protect Data.保护数组防止插入空数组,防止数组越界,保护字典的类别也非常实用,可以直接得到转换后的类型",
"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.13"
},
"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
}