[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / b / 1 / AbnormalityLabelView / 1.3.0 / AbnormalityLabelView.podspec.json
blobce209e82c4b3abefdcc6414701b118877c822fbf
2   "name": "AbnormalityLabelView",
3   "version": "1.3.0",
4   "summary": "collectionview实现不规则标签布局",
5   "description": "不规则标签展示",
6   "homepage": "https://github.com/zidonJ/AbnormalityLabelView",
7   "license": "MIT",
8   "authors": {
9     "zidonJ": "https://github.com/zidonJ"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "static_framework": true,
15   "source": {
16     "git": "https://github.com/zidonJ/AbnormalityLabelView.git",
17     "tag": "1.3.0"
18   },
19   "default_subspecs": "AbnormalityView",
20   "requires_arc": true,
21   "xcconfig": {
22     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load"
23   },
24   "subspecs": [
25     {
26       "name": "AbnormalityView",
27       "source_files": "AbnormalityView/*.{h,m}",
28       "public_header_files": "AbnormalityView/*.h",
29       "dependencies": {
30         "AbnormalityLabelView/Corner": [
32         ],
33         "Masonry": [
35         ]
36       }
37     },
38     {
39       "name": "Drawer",
40       "source_files": "Drawer/*.{h,m}",
41       "public_header_files": "Drawer/*.h",
42       "dependencies": {
43         "Masonry": [
45         ]
46       }
47     },
48     {
49       "name": "Corner",
50       "source_files": "Corner/*.{h,m}",
51       "public_header_files": "Corner/*.h"
52     }
53   ]