[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / c / 7 / LSOperationTools / 0.0.5 / LSOperationTools.podspec.json
blobcba93eb50e726abdb7b38b3f508e085fde7b0b6b
2   "name": "LSOperationTools",
3   "version": "0.0.5",
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.5"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "dependencies": {
24     "LSCommonality": [
25       "~> 0.0.13"
26     ],
27     "LSMiddleWare": [
28       "~> 0.0.4"
29     ],
30     "UMengUShare/Social/ReducedWeChat": [
32     ],
33     "UMengUShare/Social/ReducedQQ": [
35     ],
36     "UMengUShare/Social/ReducedSina": [
38     ],
39     "JPush": [
40       "~> 3.1.0"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "networking",
46       "source_files": "LSOperationTools/**/networking/*.{h,m}",
47       "subspecs": [
48         {
49           "name": "AFN",
50           "source_files": "LSOperationTools/**/networking/AFN/*.{h,m}"
51         }
52       ]
53     },
54     {
55       "name": "cachemanage",
56       "source_files": "LSOperationTools/**/cachemanage/*.{h,m}"
57     },
58     {
59       "name": "paytool",
60       "source_files": "LSOperationTools/**/paytool/*.{h,m}"
61     },
62     {
63       "name": "sharetool",
64       "source_files": "LSOperationTools/**/sharetool/*.{h,m}",
65       "public_header_files": "LSOperationTools/LSOperationTools/sharetool/LSShareManager.h"
66     },
67     {
68       "name": "pushtool",
69       "source_files": "LSOperationTools/**/pushtool/*.{h,m}",
70       "public_header_files": "LSOperationTools/LSOperationTools/pushtool/LSPushManager.h"
71     },
72     {
73       "name": "module",
74       "source_files": "LSOperationTools/**/module/*.{h,m}"
75     }
76   ]