blob: 79cae4f33bd96668d5cf699d6d7320de9ba447a5 [file] [log] [blame]
{
"name": "WLKit",
"version": "0.3.0",
"summary": "Embed once to Quick Develop(一次集成 快速开发)",
"description": "WL框架 - 包含 布局 网络请求 等一些常用扩展类 ... 不断更新 让项目一次集成常用框架 快速开发.",
"homepage": "https://github.com/HotWordland/WLKit",
"license": "MIT",
"authors": {
"巫龙": "454763196@qq.com"
},
"source": {
"git": "https://github.com/HotWordland/WLKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WLKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JSONModel": [
],
"AFNetworking": [
"~> 3.0"
],
"YYKit": [
]
},
"libraries": "sqlite3"
}