blob: 2f293e63f0e022d1f0bec68b75db6199d3100f04 [file] [log] [blame]
{
"name": "LSOperationTools",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "networking",
"source_files": "LSOperationTools/**/networking/*.{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}"
}
]
}