[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 5 / AZAppearanceKit / 0.7.0 / AZAppearanceKit.podspec.json
blob1d136120fff7c467d5f03a01f6b65518cab17cab
2   "name": "AZAppearanceKit",
3   "version": "0.7.0",
4   "summary": "A series of UI and drawing-related Objective-C components.",
5   "homepage": "https://github.com/zwaldowski/AZAppearanceKit",
6   "license": "MIT",
7   "authors": {
8     "Zachary Waldowski": "zwaldowski@gmail.com",
9     "Alexsander Akers": "a2@pandamonia.us"
10   },
11   "source": {
12     "git": "https://github.com/zwaldowski/AZAppearanceKit.git",
13     "tag": "0.7.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "subspecs": [
21     {
22       "name": "AZDrawingFunctions",
23       "source_files": "AZAppearanceKit/AZDrawingFunctions.{h,m}",
24       "frameworks": "CoreGraphics"
25     },
26     {
27       "name": "AZGradient",
28       "source_files": "AZAppearanceKit/AZGradient.{h,m}",
29       "ios": {
30         "dependencies": {
31           "AZAppearanceKit/AZDrawingFunctions": [
33           ]
34         }
35       }
36     },
37     {
38       "name": "AZShadow",
39       "source_files": "AZAppearanceKit/AZShadow.{h,m}"
40     },
41     {
42       "name": "AZGradientView",
43       "platforms": {
44         "ios": null
45       },
46       "source_files": "AZAppearanceKit/AZGradientView.{h,m}",
47       "dependencies": {
48         "AZAppearanceKit/AZGradient": [
50         ]
51       }
52     },
53     {
54       "name": "AZLabel",
55       "platforms": {
56         "ios": null
57       },
58       "frameworks": [
59         "CoreGraphics",
60         "CoreText"
61       ],
62       "source_files": "AZAppearanceKit/AZLabel.{h,m}",
63       "dependencies": {
64         "AZAppearanceKit/AZDrawingFunctions": [
66         ],
67         "AZAppearanceKit/AZGradient": [
69         ],
70         "AZAppearanceKit/AZShadow": [
72         ]
73       }
74     },
75     {
76       "name": "AZShadowedTableView",
77       "platforms": {
78         "ios": null
79       },
80       "source_files": "AZAppearanceKit/AZShadowedTableView.{h,m}",
81       "dependencies": {
82         "AZAppearanceKit/AZDrawingFunctions": [
84         ]
85       }
86     },
87     {
88       "name": "AZTableViewCell",
89       "platforms": {
90         "ios": null
91       },
92       "frameworks": "QuartzCore",
93       "source_files": "AZAppearanceKit/AZTableViewCell.{h,m}",
94       "dependencies": {
95         "AZAppearanceKit/AZDrawingFunctions": [
97         ],
98         "AZAppearanceKit/AZGradientView": [
100         ],
101         "AZAppearanceKit/AZGradient": [
103         ],
104         "AZAppearanceKit/AZShadow": [
106         ]
107       }
108     },
109     {
110       "name": "AZToolbar",
111       "platforms": {
112         "ios": null
113       },
114       "frameworks": "QuartzCore",
115       "source_files": "AZAppearanceKit/AZToolbar.{h,m}",
116       "dependencies": {
117         "AZAppearanceKit/AZDrawingFunctions": [
119         ],
120         "AZAppearanceKit/AZGradient": [
122         ]
123       }
124     },
125     {
126       "name": "AZNavigationBar",
127       "platforms": {
128         "ios": null
129       },
130       "frameworks": "QuartzCore",
131       "source_files": "AZAppearanceKit/AZNavigationBar.{h,m}",
132       "dependencies": {
133         "AZAppearanceKit/AZDrawingFunctions": [
135         ],
136         "AZAppearanceKit/AZGradient": [
138         ]
139       }
140     },
141     {
142       "name": "AZTabBar",
143       "platforms": {
144         "ios": null
145       },
146       "frameworks": "QuartzCore",
147       "source_files": "AZAppearanceKit/AZTabBar.{h,m}",
148       "dependencies": {
149         "AZAppearanceKit/AZDrawingFunctions": [
151         ],
152         "AZAppearanceKit/AZGradient": [
154         ]
155       }
156     }
157   ]