blob: d21af6a01e1a17583fb336e020b74688a9e044b2 [file] [log] [blame]
{
"name": "XFTools",
"version": "1.0.0",
"summary": "XFTools.",
"description": "整理工具类方便开发使用",
"homepage": "https://github.com/feifree/XFTools",
"license": "MIT",
"authors": {
"feibum": "livefei@live.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/feifree/XFTools.git",
"tag": "v1.0.0"
},
"source_files": [
"Code",
"Code/*.{h,m}"
],
"public_header_files": "Code/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
" 3.2.0"
]
}
}