[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 5 / AZAppearanceKit / 0.6.4 / AZAppearanceKit.podspec.json
blob677b32fafc08a0b9e4d559ad81fb57bdcdb3c66b
2   "name": "AZAppearanceKit",
3   "version": "0.6.4",
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.6.4"
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/AZDrawingFunctions": [
50         ],
51         "AZAppearanceKit/AZGradient": [
53         ]
54       }
55     },
56     {
57       "name": "AZLabel",
58       "platforms": {
59         "ios": null
60       },
61       "frameworks": [
62         "CoreGraphics",
63         "CoreText"
64       ],
65       "source_files": "AZAppearanceKit/AZLabel.{h,m}",
66       "dependencies": {
67         "AZAppearanceKit/AZDrawingFunctions": [
69         ],
70         "AZAppearanceKit/AZGradient": [
72         ],
73         "AZAppearanceKit/AZShadow": [
75         ]
76       }
77     },
78     {
79       "name": "AZShadowedTableView",
80       "platforms": {
81         "ios": null
82       },
83       "source_files": "AZAppearanceKit/AZShadowedTableView.{h,m}",
84       "dependencies": {
85         "AZAppearanceKit/AZDrawingFunctions": [
87         ]
88       }
89     },
90     {
91       "name": "AZTableViewCell",
92       "platforms": {
93         "ios": null
94       },
95       "source_files": "AZAppearanceKit/AZTableViewCell.{h,m}",
96       "dependencies": {
97         "AZAppearanceKit/AZDrawingFunctions": [
99         ],
100         "AZAppearanceKit/AZGradient": [
102         ]
103       }
104     }
105   ]