[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / b / 0 / 3 / JPBasic / 0.1.2 / JPBasic.podspec.json
blobbc64b0e1b381a8344596c7499c15b33d07eca847
2   "name": "JPBasic",
3   "version": "0.1.2",
4   "summary": "Develop commonly used category, tool, macros, constants.",
5   "description": "开发常用的分类、工具类、宏、常量。",
6   "homepage": "https://github.com/Rogue24/JPBasic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhoujianping24@hotmail.com": "zhoujianping24@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Rogue24/JPBasic.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "JPConst",
24       "source_files": "JPBasic/Classes/JPConst/**/*"
25     },
26     {
27       "name": "JPCategory",
28       "source_files": "JPBasic/Classes/JPCategory/**/*",
29       "dependencies": {
30         "pop": [
32         ],
33         "Masonry": [
35         ],
36         "JPBasic/JPConst": [
38         ]
39       }
40     },
41     {
42       "name": "JPTool",
43       "source_files": "JPBasic/Classes/JPTool/**/*",
44       "dependencies": {
45         "YYText": [
47         ],
48         "JPBasic/JPConst": [
50         ],
51         "JPBasic/JPCategory": [
53         ]
54       }
55     },
56     {
57       "name": "JPProgressHUD",
58       "source_files": "JPBasic/Classes/JPProgressHUD/**/*",
59       "dependencies": {
60         "SVProgressHUD": [
62         ]
63       }
64     },
65     {
66       "name": "JPCustomUnit",
67       "source_files": "JPBasic/Classes/JPCustomUnit/**/*",
68       "dependencies": {
69         "JPBasic/JPConst": [
71         ],
72         "JPBasic/JPCategory": [
74         ],
75         "JPBasic/JPTool": [
77         ]
78       }
79     }
80   ]