[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / b / 8 / DeviceFontSize / 0.0.1 / DeviceFontSize.podspec.json
blobc123e86dd2d5dccbfe971cc1b00898e124aa398b
2   "name": "DeviceFontSize",
3   "version": "0.0.1",
4   "summary": "DeviceFontSize",
5   "homepage": "https://github.com/taewan0530/DeviceFontSize",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "taewan": "taewan0530@daum.net"
12   },
13   "source": {
14     "git": "https://github.com/taewan0530/DeviceFontSize.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Core/*.{h,m,swift}"
26     },
27     {
28       "name": "All",
29       "source_files": "Pod/**/*.{swift}"
30     },
31     {
32       "name": "iPhone_All",
33       "dependencies": {
34         "DeviceFontSize/Core": [
36         ]
37       },
38       "source_files": "Pod/iPhone/*.{h,m,swift}"
39     },
40     {
41       "name": "iPhone_4",
42       "dependencies": {
43         "DeviceFontSize/Core": [
45         ]
46       },
47       "source_files": "Pod/iPhone/DeviceFontSizeLabel+iPhone4.swift"
48     },
49     {
50       "name": "iPhone_5",
51       "dependencies": {
52         "DeviceFontSize/Core": [
54         ]
55       },
56       "source_files": "Pod/iPhone/DeviceFontSizeLabel+iPhone5.swift"
57     },
58     {
59       "name": "iPhone_6",
60       "dependencies": {
61         "DeviceFontSize/Core": [
63         ]
64       },
65       "source_files": "Pod/iPhone/DeviceFontSizeLabel+iPhone6.swift"
66     },
67     {
68       "name": "iPhone_6+",
69       "dependencies": {
70         "DeviceFontSize/Core": [
72         ]
73       },
74       "source_files": "Pod/iPhone/DeviceFontSizeLabel+iPhone6plus.swift"
75     },
76     {
77       "name": "iPad_All",
78       "dependencies": {
79         "DeviceFontSize/Core": [
81         ]
82       },
83       "source_files": "Pod/iPad/*.{h,m,swift}"
84     },
85     {
86       "name": "iPad_Default",
87       "dependencies": {
88         "DeviceFontSize/Core": [
90         ]
91       },
92       "source_files": "Pod/iPad/DeviceFontSizeLabel+iPad.swift"
93     },
94     {
95       "name": "iPad_Mini",
96       "dependencies": {
97         "DeviceFontSize/Core": [
99         ]
100       },
101       "source_files": "Pod/iPad/DeviceFontSizeLabel+iPad_Mini.swift"
102     },
103     {
104       "name": "iPad_Pro",
105       "dependencies": {
106         "DeviceFontSize/Core": [
108         ]
109       },
110       "source_files": "Pod/iPad/DeviceFontSizeLabel+iPad_Pro.swift"
111     }
112   ]