[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 2 / XZUtils / 0.0.6 / XZUtils.podspec.json
blob0033b1efd78f7254762277bb6fd99773e384535d
2   "name": "XZUtils",
3   "version": "0.0.6",
4   "summary": "Common utils for ios",
5   "description": "improve efficiency for ios develop",
6   "homepage": "https://github.com/codeLockers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "codeLocker": "codeLockers@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/codeLockers/XZUtils.git",
19     "tag": "0.0.6"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "Category",
28       "source_files": "XZUtils/XZUtils/Category/*.{h,m,mm,c}"
29     },
30     {
31       "name": "Macros",
32       "source_files": "XZUtils/XZUtils/Macros/*.{h,m,mm,c}"
33     },
34     {
35       "name": "Manager",
36       "source_files": "XZUtils/XZUtils/Manager/*.{h,m,mm,c}"
37     }
38   ]