[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 3 / 7 / BLPublic / 1.0.3 / BLPublic.podspec.json
blobbf93cbf42e8c5381184eaa87051bd219b9e8105f
2   "name": "BLPublic",
3   "version": "1.0.3",
4   "summary": "BLPublic. 1.0.3",
5   "description": "BLPublic description",
6   "homepage": "http://192.168.199.108/ios/project/biaoli/BLPublic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xu": "252697349@qq.com"
13   },
14   "source": {
15     "git": "http://192.168.199.108/ios/project/biaoli/BLPublic.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "source_files": "BLPublic/Classes/BLPublicHeader.h",
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "subspecs": [
32     {
33       "name": "Category",
34       "source_files": "BLPublic/Classes/Category/*",
35       "dependencies": {
36         "MBProgressHUD": [
38         ],
39         "BLPublic/Config": [
41         ]
42       }
43     },
44     {
45       "name": "Config",
46       "source_files": "BLPublic/Classes/Config/*"
47     },
48     {
49       "name": "Tools",
50       "source_files": "BLPublic/Classes/Tools/*",
51       "dependencies": {
52         "BLPublic/Config": [
54         ]
55       }
56     },
57     {
58       "name": "ModuleService",
59       "source_files": "BLPublic/Classes/ModuleService/*",
60       "dependencies": {
61         "BLPublic/Category": [
63         ],
64         "BLPublic/Config": [
66         ],
67         "BLPublic/Lib/TZImagePickerController": [
69         ],
70         "BLPublic/Lib/BLSupViews": [
72         ],
73         "SDWebImage": [
75         ]
76       }
77     },
78     {
79       "name": "Lib",
80       "subspecs": [
81         {
82           "name": "BLSupViews",
83           "source_files": "BLPublic/Classes/Lib/BLSupViews/**/*",
84           "dependencies": {
85             "BLPublic/Config": [
87             ],
88             "BLPublic/Category": [
90             ],
91             "SDWebImage": [
93             ]
94           }
95         },
96         {
97           "name": "MGSwipeTableCell",
98           "source_files": "BLPublic/Classes/Lib/MGSwipeTableCell/*"
99         },
100         {
101           "name": "RMLoaderDisplay",
102           "source_files": "BLPublic/Classes/Lib/RMLoaderDisplay/*"
103         },
104         {
105           "name": "TZImagePickerController",
106           "source_files": "BLPublic/Classes/Lib/TZImagePickerController/**/*.{h,m}",
107           "resources": "BLPublic/Classes/Lib/TZImagePickerController/**/*.{bundle,lic}",
108           "dependencies": {
109             "BLPublic/Config": [
111             ],
112             "BLPublic/Category": [
114             ]
115           }
116         },
117         {
118           "name": "ZZCircleProgress",
119           "source_files": "BLPublic/Classes/Lib/ZZCircleProgress/*"
120         }
121       ]
122     }
123   ]