[Add] WorldfoneproSDK 1.0.0
[CocoaPods.git] / Specs / 7 / 0 / f / CrazyTools / 1.0.10 / CrazyTools.podspec.json
blobde7f40695bbdf7ed95e456f502991fcddd2bc148
2   "name": "CrazyTools",
3   "version": "1.0.10",
4   "summary": "常用的开发工具方法",
5   "homepage": "https://gitee.com/wsqfly/CrazyTools",
6   "license": "MIT",
7   "authors": {
8     "Crazy": "3346148964@qq.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://gitee.com/wsqfly/CrazyTools.git",
15     "tag": "1.0.10"
16   },
17   "source_files": "CrazyTools/CrazyTools.h",
18   "public_header_files": "CrazyTools/CrazyTools.h",
19   "resources": "CrazyTools/resource/*.png",
20   "requires_arc": true,
21   "dependencies": {
22     "Masonry": [
23       "~> 1.1.0"
24     ],
25     "AFNetworking": [
26       "~> 4.0.1"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Category",
32       "source_files": "CrazyTools/Category/*.{h,m}"
33     },
34     {
35       "name": "Config",
36       "source_files": "CrazyTools/Config/*.{h,m}"
37     },
38     {
39       "name": "Tools",
40       "source_files": "CrazyTools/Tools/*.{h,m}"
41     }
42   ]