blob: a9f536f69ef62c3341a4593cbf94d88b4faa7af3 [file] [log] [blame]
{
"name": "XFTools",
"version": "1.0.2",
"summary": "整理自己常用的代码,方便日后使用",
"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.2"
},
"source_files": [
"Code",
"Code/*.{h,m}"
],
"public_header_files": "Code/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
" 3.2.0"
]
}
}