[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / a / CSLUILibrary / 0.1.11 / CSLUILibrary.podspec.json
blobb69d46ebd19c972ec3237740b828772d550fad63
2   "name": "CSLUILibrary",
3   "version": "0.1.11",
4   "summary": "UI configurable interface Library",
5   "homepage": "https://github.com/chengshiliang/CSLUILibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chengshiliang": "285928582@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/chengshiliang/CSLUILibrary.git",
15     "tag": "0.1.11"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "CSLUILibrary/**/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "resources": "CSLUILibrary/Resources/*.png",
27   "dependencies": {
28     "CSLCommonLibrary": [
30     ],
31     "JSONModel": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "SLImageView",
38       "source_files": "CSLUILibrary/SLImageView/*.{h,m}",
39       "frameworks": "Accelerate"
40     },
41     {
42       "name": "SLLabel",
43       "source_files": "CSLUILibrary/SLLabel/*.{h,m}",
44       "frameworks": [
45         "CoreText",
46         "CoreFoundation"
47       ],
48       "dependencies": {
49         "CSLUILibrary/SLImageView": [
51         ]
52       }
53     },
54     {
55       "name": "SLView",
56       "source_files": "CSLUILibrary/SLView/*.{h,m}"
57     },
58     {
59       "name": "SLButton",
60       "source_files": "CSLUILibrary/SLButton/*.{h,m}"
61     },
62     {
63       "name": "SLNavigationController",
64       "source_files": "CSLUILibrary/SLNavigationController/*.{h,m}"
65     },
66     {
67       "name": "SLTabbarView",
68       "source_files": "CSLUILibrary/SLTabbarView/*.{h,m}",
69       "dependencies": {
70         "CSLUILibrary/SLButton": [
72         ],
73         "CSLUILibrary/SLView": [
75         ]
76       }
77     },
78     {
79       "name": "SLTabbarController",
80       "source_files": "CSLUILibrary/SLTabbarController/*.{h,m}",
81       "dependencies": {
82         "CSLUILibrary/SLNavigationController": [
84         ],
85         "CSLUILibrary/SLTabbarView": [
87         ]
88       }
89     },
90     {
91       "name": "SLAlertView",
92       "source_files": "CSLUILibrary/SLAlertView/*.{h,m}",
93       "dependencies": {
94         "CSLUILibrary/SLView": [
96         ],
97         "CSLUILibrary/SLImageView": [
99         ],
100         "CSLUILibrary/SLLabel": [
102         ],
103         "CSLUILibrary/SLTabbarView": [
105         ]
106       }
107     }
108   ]