blob: b4fda370cd91cd20b9261fc6869eb81594bcc8de [file] [log] [blame]
{
"name": "WLXKits",
"version": "0.3.6",
"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.6"
},
"source_files": "WLXKit/*/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": [
"WLXKit/NoDataView/*.{xib}",
"WLXKit/images/*.{png}"
],
"dependencies": {
"AFNetworking": [
],
"Masonry": [
]
},
"requires_arc": true
}