[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / d / b / XWKit / 0.0.12 / XWKit.podspec.json
blob6387e552dae627f07d1480386e8e7c77404f86b1
2   "name": "XWKit",
3   "version": "0.0.12",
4   "summary": "一个简单的Kit框架。",
5   "description": "一个简单的框架,如果您需要,可以下载使用。",
6   "homepage": "https://github.com/shnuzxw/XWKit",
7   "license": "MIT",
8   "authors": {
9     "shnuzxw": "weixiao08@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/shnuzxw/XWKit.git",
13     "tag": "0.0.12"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "XWEnvObserver",
27       "source_files": "XWKit/Classes/XWEnvObserver/*.{h,m}",
28       "public_header_files": "XWKit/Classes/XWEnvObserver/*.h"
29     },
30     {
31       "name": "Manager",
32       "source_files": "XWKit/Classes/Manager/**/*.{h,m}",
33       "public_header_files": "XWKit/Classes/Manager/**/*.h",
34       "frameworks": "MapKit",
35       "dependencies": {
36         "PNChart": [
38         ],
39         "JBChartView": [
41         ],
42         "BEMSimpleLineGraph": [
44         ]
45       }
46     },
47     {
48       "name": "Utility",
49       "source_files": "XWKit/Classes/Utility/**/*.{h,m}",
50       "public_header_files": "XWKit/Classes/Utility/**/*.h"
51     },
52     {
53       "name": "Category",
54       "source_files": "XWKit/Classes/Categories/**/*.{h,m}",
55       "public_header_files": "XWKit/Classes/Categories/**/*.h",
56       "frameworks": "UIKit",
57       "dependencies": {
58         "MBProgressHUD": [
60         ],
61         "DZNEmptyDataSet": [
63         ],
64         "MJRefresh": [
66         ]
67       }
68     }
69   ]