blob: 78bad74cf6becbdaa6455c7ecc349bed08d57f4e [file] [log] [blame]
{
"name": "WLXKits",
"version": "0.0.6",
"summary": "wlx kit for iOS develop",
"description": "this project provide for all kinds of wlx client for iOS developer",
"homepage": "https://git.oschina.net/yaoxinchao/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaoxinchao": "yaoxinchao@chinawlx.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.oschina.net/yaoxinchao/wlxkit.git",
"tag": "0.0.6"
},
"source_files": [
"WLXKit/UserInfo/*.{h,m}",
"WLXKit/HUD/*.{h,m}",
"WLXKit/Network/*.{h,m}",
"WLXKit/Base/**/*.{h,m}",
"WLXKit/NoDataView/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
]
},
"requires_arc": true
}