[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / c / 5 / 1 / SFServiceKit / 0.1.5 / SFServiceKit.podspec.json
blobe748cc6ac705e3e9d9e070ff7b847a49ab1cdfa2
2   "name": "SFServiceKit",
3   "version": "0.1.5",
4   "summary": "Some collections of tool classes (zh: 一些工具类集合).",
5   "description": "Some collections of tool classes (zh: 一些工具类集合: 后台保活/显示模式/身份验证/文件管理/GCD计时器/区域监测/语言管理/位置定位/加载SFSymbol图标).",
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.5"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "static_framework": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "MapKit",
27     "LocalAuthentication",
28     "CoreLocation",
29     "AVFoundation"
30   ],
31   "default_subspecs": "Full",
32   "subspecs": [
33     {
34       "name": "Bgtask",
35       "source_files": "SFServiceKit/Classes/SFBackgroundTaskManager/*",
36       "resource_bundles": {
37         "Bgtask": [
38           "SFServiceKit/Assets/SFBackgroundTaskManager/*.wav"
39         ]
40       }
41     },
42     {
43       "name": "Display",
44       "source_files": "SFServiceKit/Classes/SFDisplayModeManager/*"
45     },
46     {
47       "name": "Author",
48       "source_files": "SFServiceKit/Classes/SFAuthenticationManager/*"
49     },
50     {
51       "name": "File",
52       "source_files": "SFServiceKit/Classes/SFFileManager/*"
53     },
54     {
55       "name": "Timer",
56       "source_files": "SFServiceKit/Classes/SFGCDTimer/*"
57     },
58     {
59       "name": "IBeacon",
60       "source_files": "SFServiceKit/Classes/SFIBeaconManager/*"
61     },
62     {
63       "name": "Language",
64       "source_files": "SFServiceKit/Classes/SFLanguageManager/*"
65     },
66     {
67       "name": "Location",
68       "source_files": "SFServiceKit/Classes/SFLocationManager/*"
69     },
70     {
71       "name": "Symbol",
72       "source_files": "SFServiceKit/Classes/SFSymbolManager/*"
73     },
74     {
75       "name": "Full",
76       "dependencies": {
77         "SFServiceKit/Bgtask": [
79         ],
80         "SFServiceKit/Display": [
82         ],
83         "SFServiceKit/Author": [
85         ],
86         "SFServiceKit/File": [
88         ],
89         "SFServiceKit/Timer": [
91         ],
92         "SFServiceKit/IBeacon": [
94         ],
95         "SFServiceKit/Language": [
97         ],
98         "SFServiceKit/Location": [
100         ],
101         "SFServiceKit/Symbol": [
103         ]
104       }
105     }
106   ],
107   "swift_version": "5.0"