[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 6 / 7 / 1 / JXUtilsKit / 0.1.2 / JXUtilsKit.podspec.json
blob3c1a42d0d7c6dfadb77a7f4dd795ee91bf0f0218
2   "name": "JXUtilsKit",
3   "version": "0.1.2",
4   "summary": "工具类库",
5   "homepage": "https://github.com/Barnett2050/JXUtilsKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zjx_mywork@163.com": "zjx_mywork@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Barnett2050/JXUtilsKit.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "JXUtilsKit/JXUtilsKit.h",
22   "public_header_files": "JXUtilsKit/JXUtilsKit.h",
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "Tools",
27       "source_files": "JXUtilsKit/Tools/*.{h,m}",
28       "public_header_files": "JXUtilsKit/Tools/*.h"
29     },
30     {
31       "name": "Byte",
32       "source_files": "JXUtilsKit/Byte/*.{h,m}",
33       "public_header_files": "JXUtilsKit/Byte/*.h"
34     },
35     {
36       "name": "Marco",
37       "source_files": "JXUtilsKit/Marco/*.{h,m}",
38       "public_header_files": "JXUtilsKit/Marco/*.h"
39     },
40     {
41       "name": "ThreadSafe",
42       "source_files": "JXUtilsKit/ThreadSafe/*.{h,m}",
43       "public_header_files": "JXUtilsKit/ThreadSafe/*.h"
44     }
45   ]