blob: 5453e3121f2bd283a3710083401372462aad0d1c [file] [log] [blame]
{
"name": "WLXKits",
"version": "0.3.8",
"summary": "wlx kits 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.3.8"
},
"requires_arc": true,
"source_files": [
"WLXKit/Classes/*/*.{h,m}",
"WLXKit/Classes/*/*/*.{h,m}"
],
"resources": [
"WLXKit/Classes/NoDataView/*.{xib}",
"WLXKit/Classes/images/*.{png}"
],
"dependencies": {
"AFNetworking": [
],
"Masonry": [
]
}
}