[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 2 / XZUtils / 0.0.1 / XZUtils.podspec.json
blob55c62d342544f08c3c633b1c71a5ea39f2073b55
2   "name": "XZUtils",
3   "version": "0.0.1",
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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/codeLockers/XZUtils.git",
19     "tag": "0.0.1"
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       "public_header_files": "XZUtils/XZUtils/Category/*.h"
30     }
31   ]