[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 5 / AZAppearanceKit / 0.6.1 / AZAppearanceKit.podspec.json
blob234526e44d5832d932d68bed89cce1d7ce4d863f
2   "name": "AZAppearanceKit",
3   "version": "0.6.1",
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.1"
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": "AZGradientView",
39       "platforms": {
40         "ios": null
41       },
42       "source_files": "AZAppearanceKit/AZGradientView.{h,m}",
43       "dependencies": {
44         "AZAppearanceKit/AZDrawingFunctions": [
46         ],
47         "AZAppearanceKit/AZGradient": [
49         ]
50       }
51     },
52     {
53       "name": "AZLabel",
54       "platforms": {
55         "ios": null
56       },
57       "frameworks": [
58         "CoreGraphics",
59         "CoreText"
60       ],
61       "source_files": "AZAppearanceKit/AZLabel.{h,m}",
62       "dependencies": {
63         "AZAppearanceKit/AZDrawingFunctions": [
65         ],
66         "AZAppearanceKit/AZGradient": [
68         ]
69       }
70     },
71     {
72       "name": "AZShadowedTableView",
73       "platforms": {
74         "ios": null
75       },
76       "source_files": "AZAppearanceKit/AZShadowedTableView.{h,m}",
77       "dependencies": {
78         "AZAppearanceKit/AZDrawingFunctions": [
80         ]
81       }
82     },
83     {
84       "name": "AZTableViewCell",
85       "platforms": {
86         "ios": null
87       },
88       "source_files": "AZAppearanceKit/AZTableViewCell.{h,m}",
89       "dependencies": {
90         "AZAppearanceKit/AZDrawingFunctions": [
92         ],
93         "AZAppearanceKit/AZGradient": [
95         ]
96       }
97     }
98   ]