blob: b90cfcae9d7f43fd037d87eb7bd18061d2ce7498 [file] [log] [blame]
{
"name": "XCLib",
"version": "0.0.2",
"summary": "整理的iOS开发常用的工具库,包含加解密、网络请求,文件读写,本地缓存等",
"homepage": "https://github.com/sinsmin",
"license": "MIT (LICENSE)",
"authors": {
"sinsmin": "sinsmin@qq.com"
},
"source": {
"git": "https://github.com/sinsmin/XCLib.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"XCLib",
"XCLib/XCLib/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Security"
],
"deprecated": true
}