[Add] LiteRTSwift 0.0.1-nightly.20250111
[CocoaPods.git] / Specs / 3 / 7 / 1 / BeiKongAPI_Base / 0.0.1 / BeiKongAPI_Base.podspec.json
blobefc3a3d1c5a994204b899f8f469e938a63127574
2   "name": "BeiKongAPI_Base",
3   "version": "0.0.1",
4   "summary": "北控三兴iOS系统移动终端基础应用sdk",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://130.10.8.210/mobile-terminal-sdk/ios-base-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "renshuai": "horatio0@126.com"
13   },
14   "source": {
15     "git": "http://130.10.8.210/mobile-terminal-sdk/ios-base-sdk.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BeiKongAPI_Base/Classes/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreLocation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0.1"
30     ],
31     "SAMKeychain": [
32       "~> 1.5.3"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Manager",
38       "source_files": "BeiKongAPI_Base/Classes/Manager/*.{h,m}",
39       "dependencies": {
40         "BeiKongAPI_Base/BKNetWorking": [
42         ]
43       }
44     },
45     {
46       "name": "BKNetWorking",
47       "source_files": "BeiKongAPI_Base/Classes/BKNetWorking/*.{h,m}",
48       "dependencies": {
49         "BeiKongAPI_Base/Category": [
51         ]
52       }
53     },
54     {
55       "name": "Tools",
56       "source_files": "BeiKongAPI_Base/Classes/Tools/*.{h,m}",
57       "dependencies": {
58         "BeiKongAPI_Base/Category": [
60         ]
61       }
62     },
63     {
64       "name": "Category",
65       "source_files": "BeiKongAPI_Base/Classes/Category/*.{h,m}"
66     },
67     {
68       "name": "libs",
69       "source_files": "BeiKongAPI_Base/Classes/libs/*.{h,m}"
70     }
71   ]