[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 1 / SFServiceKit / 0.1.7 / SFServiceKit.podspec.json
blob0c98903c1f1c423869644c0dfc9eac9555dd8af2
2   "name": "SFServiceKit",
3   "version": "0.1.7",
4   "summary": "Some collections of tool classes (zh: 一些工具类集合).",
5   "description": "Some collections of tool classes (zh: 一些工具类集合: 后台保活/显示模式/身份验证/文件管理/GCD计时器/区域监测/语言管理/位置定位/加载SFSymbol图标/IAP内购).",
6   "homepage": "https://github.com/Sfh03031/SFServiceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sfh03031": "sfh894645252@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Sfh03031/SFServiceKit.git",
16     "tag": "0.1.7"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "MapKit",
26     "LocalAuthentication",
27     "CoreLocation",
28     "AVFoundation"
29   ],
30   "default_subspecs": "Full",
31   "subspecs": [
32     {
33       "name": "Bgtask",
34       "source_files": "SFServiceKit/Classes/SFBackgroundTaskManager/*",
35       "resource_bundles": {
36         "Bgtask": [
37           "SFServiceKit/Assets/SFBackgroundTaskManager/*.wav"
38         ]
39       }
40     },
41     {
42       "name": "Display",
43       "source_files": "SFServiceKit/Classes/SFDisplayModeManager/*"
44     },
45     {
46       "name": "Author",
47       "source_files": "SFServiceKit/Classes/SFAuthenticationManager/*"
48     },
49     {
50       "name": "File",
51       "source_files": "SFServiceKit/Classes/SFFileManager/*"
52     },
53     {
54       "name": "Timer",
55       "source_files": "SFServiceKit/Classes/SFGCDTimer/*"
56     },
57     {
58       "name": "IBeacon",
59       "source_files": "SFServiceKit/Classes/SFIBeaconManager/*"
60     },
61     {
62       "name": "Language",
63       "source_files": "SFServiceKit/Classes/SFLanguageManager/*"
64     },
65     {
66       "name": "Location",
67       "source_files": "SFServiceKit/Classes/SFLocationManager/*"
68     },
69     {
70       "name": "Symbol",
71       "source_files": "SFServiceKit/Classes/SFSymbolManager/*"
72     },
73     {
74       "name": "IAP",
75       "source_files": "SFServiceKit/Classes/SFIAPManager/*"
76     },
77     {
78       "name": "Full",
79       "dependencies": {
80         "SFServiceKit/Bgtask": [
82         ],
83         "SFServiceKit/Display": [
85         ],
86         "SFServiceKit/Author": [
88         ],
89         "SFServiceKit/File": [
91         ],
92         "SFServiceKit/Timer": [
94         ],
95         "SFServiceKit/IBeacon": [
97         ],
98         "SFServiceKit/Language": [
100         ],
101         "SFServiceKit/Location": [
103         ],
104         "SFServiceKit/Symbol": [
106         ],
107         "SFServiceKit/IAP": [
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.0"