[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 8 / 7 / SSWrapper / 1.0.0 / SSWrapper.podspec.json
blob6de10117e1f802a0d48ce3446e9ac9c7f827a99e
2   "name": "SSWrapper",
3   "version": "1.0.0",
4   "summary": "SSKit中的组件集合",
5   "description": "主要适用于SSKit框架中的组件,高度可自定义",
6   "homepage": "https://github.com/bassamyan/SSWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quincy Yan": "yanyibin.nz@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bassamyan/SSWrapper.git",
19     "tag": "1.0.0"
20   },
21   "dependencies": {
22     "Masonry": [
23       "~> 1.0.1"
24     ],
25     "SDWebImage": [
26       "~> 3.8.2"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "SSAlertView",
32       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSAlertView/**/*.{h,m}"
33     },
34     {
35       "name": "SSDialog",
36       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSDialog/**/*.{h,m}"
37     },
38     {
39       "name": "SSPageControl",
40       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPageControl/**/*.{h,m}"
41     },
42     {
43       "name": "SSInheritView",
44       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSInheritView/**/*.{h,m}"
45     },
46     {
47       "name": "SSProgressView",
48       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSProgressView/**/*.{h,m}"
49     },
50     {
51       "name": "SSPullRefresh",
52       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/*.h",
53       "subspecs": [
54         {
55           "name": "Base",
56           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Base/**/*.{h,m}"
57         },
58         {
59           "name": "Custom",
60           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Custom/**/*.{h,m}",
61           "dependencies": {
62             "Masonry": [
64             ],
65             "SSWrapper/SSPullRefresh/Base": [
67             ]
68           }
69         },
70         {
71           "name": "Category",
72           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Category/**/*.{h,m}",
73           "dependencies": {
74             "SSWrapper/SSPullRefresh/Base": [
76             ],
77             "SSWrapper/SSPullRefresh/Custom": [
79             ]
80           }
81         }
82       ]
83     },
84     {
85       "name": "SSStatus",
86       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/*.h",
87       "resources": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Resources/**/*",
88       "subspecs": [
89         {
90           "name": "Base",
91           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Base/**/*.{h,m}"
92         },
93         {
94           "name": "Custom",
95           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Custom/**/*.{h,m}",
96           "dependencies": {
97             "Masonry": [
99             ],
100             "SSWrapper/SSStatus/Base": [
102             ]
103           }
104         },
105         {
106           "name": "Category",
107           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Category/**/*.{h,m}",
108           "dependencies": {
109             "SSWrapper/SSStatus/Base": [
111             ],
112             "SSWrapper/SSStatus/Custom": [
114             ]
115           }
116         }
117       ]
118     },
119     {
120       "name": "SSTabbar",
121       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSTabbar/**/*.{h,m}"
122     }
123   ]