[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 7 / LSOperationTools / 0.0.2 / LSOperationTools.podspec.json
blob2f293e63f0e022d1f0bec68b75db6199d3100f04
2   "name": "LSOperationTools",
3   "version": "0.0.2",
4   "summary": "LSOperationTools.",
5   "description": "LSOperationTools  业务工具组件,包括网络请求,图片加载,支付,分享,推送,缓存管理等",
6   "homepage": "https://github.com/LISONG040576/LSOperationTools.git",
7   "license": "MIT",
8   "authors": {
9     "lisong": "lisong.s@haier.com"
10   },
11   "source": {
12     "git": "https://github.com/LISONG040576/LSOperationTools.git",
13     "tag": "0.0.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "networking",
26       "source_files": "LSOperationTools/**/networking/*.{h,m}"
27     },
28     {
29       "name": "cachemanage",
30       "source_files": "LSOperationTools/**/cachemanage/*.{h,m}"
31     },
32     {
33       "name": "paytool",
34       "source_files": "LSOperationTools/**/paytool/*.{h,m}"
35     },
36     {
37       "name": "sharetool",
38       "source_files": "LSOperationTools/**/sharetool/*.{h,m}"
39     }
40   ]