[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 5 / 7 / IU_CustomViews / 0.1.0 / IU_CustomViews.podspec.json
bloba736ab8052f7d63de254c58f21919c459df0ac12
2   "name": "IU_CustomViews",
3   "version": "0.1.0",
4   "summary": "A short description of IU_CustomViews.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZiOS-Repo/IU_CustomViews",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ZiOS-Repo/IU_CustomViews.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "IU_CustomViews/**/IU_CustomViews.h",
22   "source_files": "IU_CustomViews/**/IU_CustomViews.h",
23   "subspecs": [
24     {
25       "name": "IU_BadgeValueView",
26       "source_files": "IU_CustomViews/**/BadgeValueView/*.{h,m}",
27       "dependencies": {
28         "IU_Categories": [
30         ]
31       }
32     },
33     {
34       "name": "IU_CircleAnimationView",
35       "source_files": "IU_CustomViews/**/CircleAnimationView/*.{h,m}",
36       "dependencies": {
37         "IU_Easing": [
39         ]
40       }
41     },
42     {
43       "name": "IU_CustomCell",
44       "source_files": "IU_CustomViews/**/CustomCell/*.{h,m}"
45     },
46     {
47       "name": "IU_EdgeInsetsLabel",
48       "source_files": "IU_CustomViews/**/EdgeInsetsLabel/*.{h,m}",
49       "dependencies": {
50         "IU_Categories": [
52         ]
53       }
54     },
55     {
56       "name": "IU_InfiniteRotationView",
57       "source_files": "IU_CustomViews/**/InfiniteRotationView/*.{h,m}"
58     },
59     {
60       "name": "IU_PlaceholderImageView",
61       "source_files": "IU_CustomViews/**/PlaceholderImageView/*.{h,m}",
62       "dependencies": {
63         "SDWebImage": [
65         ]
66       }
67     },
68     {
69       "name": "IU_RotateView",
70       "source_files": "IU_CustomViews/**/RotateView/*.{h,m}"
71     },
72     {
73       "name": "IU_RoundingCornerView",
74       "source_files": "IU_CustomViews/**/RoundingCornerView/*.{h,m}"
75     }
76   ]