[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / d / 2 / XZUtils / 0.0.2 / XZUtils.podspec.json
blob85f89aa74ff3bd51be98148322eeaadba8a9ec40
2   "name": "XZUtils",
3   "version": "0.0.2",
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.2"
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     {
32       "name": "Macros",
33       "source_files": "XZUtils/XZUtils/Macros/*.{h,m,mm,c}",
34       "public_header_files": "XZUtils/XZUtils/Macros/*.h"
35     },
36     {
37       "name": "Manager",
38       "source_files": "XZUtils/XZUtils/Manager/*.{h,m,mm,c}",
39       "public_header_files": "XZUtils/XZUtils/Manager/*.h"
40     },
41     {
42       "name": "Utils",
43       "source_files": "XZUtils/XZUtils/Utils/*.{h,m,mm,c}",
44       "public_header_files": "XZUtils/XZUtils/Utils/*.h"
45     }
46   ]