[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / d / 2 / XZUtils / 0.1.1 / XZUtils.podspec.json
blob54f76aca4ed600f21c7e87aa086abe7864febe22
2   "name": "XZUtils",
3   "version": "0.1.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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/codeLockers/XZUtils.git",
19     "tag": "0.1.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     },
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   ]