blob: 8dacac5ea0eccb6f3a7eedba7c0b672ca4277aef [file] [log] [blame]
{
"name": "WLXKits",
"version": "0.1.9",
"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": "git@git.oschina.net:chinawlx/wlx-ios-pod.git",
"tag": "0.1.9"
},
"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",
"resources": [
"WLXKit/NoDataView/*.{xib}",
"WLXKit/images/*.{png}"
],
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
]
},
"requires_arc": true
}