blob: cba93eb50e726abdb7b38b3f508e085fde7b0b6b [file] [log] [blame]
{
"name": "LSOperationTools",
"version": "0.0.5",
"summary": "LSOperationTools.",
"description": "LSOperationTools 业务工具组件,包括网络请求,图片加载,支付,分享,推送,缓存管理等",
"homepage": "https://github.com/LISONG040576/LSOperationTools.git",
"license": "MIT",
"authors": {
"lisong": "lisong.s@haier.com"
},
"source": {
"git": "https://github.com/LISONG040576/LSOperationTools.git",
"tag": "0.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"LSCommonality": [
"~> 0.0.13"
],
"LSMiddleWare": [
"~> 0.0.4"
],
"UMengUShare/Social/ReducedWeChat": [
],
"UMengUShare/Social/ReducedQQ": [
],
"UMengUShare/Social/ReducedSina": [
],
"JPush": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "networking",
"source_files": "LSOperationTools/**/networking/*.{h,m}",
"subspecs": [
{
"name": "AFN",
"source_files": "LSOperationTools/**/networking/AFN/*.{h,m}"
}
]
},
{
"name": "cachemanage",
"source_files": "LSOperationTools/**/cachemanage/*.{h,m}"
},
{
"name": "paytool",
"source_files": "LSOperationTools/**/paytool/*.{h,m}"
},
{
"name": "sharetool",
"source_files": "LSOperationTools/**/sharetool/*.{h,m}",
"public_header_files": "LSOperationTools/LSOperationTools/sharetool/LSShareManager.h"
},
{
"name": "pushtool",
"source_files": "LSOperationTools/**/pushtool/*.{h,m}",
"public_header_files": "LSOperationTools/LSOperationTools/pushtool/LSPushManager.h"
},
{
"name": "module",
"source_files": "LSOperationTools/**/module/*.{h,m}"
}
]
}