[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 7 / SSWrapper / 1.0.1 / SSWrapper.podspec.json
blobbb386c207973cddbcbef0e526572113d8ca0360a
2   "name": "SSWrapper",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": "SSWrapper/SSWrapper/SSWrapper/*.h",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.0.1"
25     ],
26     "SDWebImage": [
27       "~> 3.8.2"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "SSAlertView",
33       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSAlertView/**/*.{h,m}"
34     },
35     {
36       "name": "SSDialog",
37       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSDialog/**/*.{h,m}"
38     },
39     {
40       "name": "SSPageControl",
41       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPageControl/**/*.{h,m}"
42     },
43     {
44       "name": "SSInheritView",
45       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSInheritView/**/*.{h,m}"
46     },
47     {
48       "name": "SSProgressView",
49       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSProgressView/**/*.{h,m}"
50     },
51     {
52       "name": "SSPullRefresh",
53       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/*.h",
54       "subspecs": [
55         {
56           "name": "Base",
57           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Base/**/*.{h,m}"
58         },
59         {
60           "name": "Custom",
61           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Custom/**/*.{h,m}",
62           "dependencies": {
63             "Masonry": [
65             ],
66             "SSWrapper/SSPullRefresh/Base": [
68             ]
69           }
70         },
71         {
72           "name": "Category",
73           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Category/**/*.{h,m}",
74           "dependencies": {
75             "SSWrapper/SSPullRefresh/Base": [
77             ],
78             "SSWrapper/SSPullRefresh/Custom": [
80             ]
81           }
82         }
83       ]
84     },
85     {
86       "name": "SSStatus",
87       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/*.h",
88       "resources": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Resources/**/*",
89       "subspecs": [
90         {
91           "name": "Base",
92           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Base/**/*.{h,m}"
93         },
94         {
95           "name": "Custom",
96           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Custom/**/*.{h,m}",
97           "dependencies": {
98             "Masonry": [
100             ],
101             "SSWrapper/SSStatus/Base": [
103             ]
104           }
105         },
106         {
107           "name": "Category",
108           "source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Category/**/*.{h,m}",
109           "dependencies": {
110             "SSWrapper/SSStatus/Base": [
112             ],
113             "SSWrapper/SSStatus/Custom": [
115             ]
116           }
117         }
118       ]
119     },
120     {
121       "name": "SSTabbar",
122       "source_files": "SSWrapper/SSWrapper/SSWrapper/SSTabbar/**/*.{h,m}"
123     }
124   ]