[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / c / TwelveTwentyToolkit / 0.6.1 / TwelveTwentyToolkit.podspec.json
blob34c04bf23d78586c6a669c9f45b1a7ec83f03e5e
2   "name": "TwelveTwentyToolkit",
3   "version": "0.6.1",
4   "summary": "The Twelve Twenty Toolkit of reusable Objective-C classes.",
5   "homepage": "http://twelvetwenty.nl",
6   "license": "MIT",
7   "authors": {
8     "Eric-Paul Lecluse": "epologee@gmail.com",
9     "Jankees van Woezik": "jankeesvw@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/TwelveTwenty/TwelveTwentyToolkit-ObjC.git",
13     "tag": "0.6.1"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "requires_arc": true,
24       "source_files": "TwelveTwentyToolkit/TwelveTwentyToolkit.{h,m}"
25     },
26     {
27       "name": "Foundation",
28       "requires_arc": true,
29       "dependencies": {
30         "TwelveTwentyToolkit/Core": [
32         ]
33       },
34       "source_files": "TwelveTwentyToolkit/Foundation/**/*.{h,m}"
35     },
36     {
37       "name": "Logging",
38       "requires_arc": true,
39       "dependencies": {
40         "TwelveTwentyToolkit/Foundation": [
42         ]
43       },
44       "osx": {
45         "source_files": "TwelveTwentyToolkit/Logging/**/*.{h,m}"
46       },
47       "ios": {
48         "source_files": "TwelveTwentyToolkit/Logging-iOS/**/*.{h,m}"
49       }
50     },
51     {
52       "name": "CoreData",
53       "requires_arc": true,
54       "frameworks": "CoreData",
55       "dependencies": {
56         "TwelveTwentyToolkit/Logging": [
58         ]
59       },
60       "source_files": "TwelveTwentyToolkit/CoreData/*.{h,m}",
61       "ios": {
62         "source_files": "TwelveTwentyToolkit/CoreData/ios/*.{h,m}"
63       },
64       "osx": {
65         "source_files": "TwelveTwentyToolkit/CoreData/osx/*.{h,m}"
66       }
67     },
68     {
69       "name": "Persistence",
70       "requires_arc": true,
71       "ios": {
72         "frameworks": "CoreData",
73         "dependencies": {
74           "TwelveTwentyToolkit/CoreData": [
76           ]
77         },
78         "source_files": "TwelveTwentyToolkit/Persistence/*.{h,m}"
79       },
80       "osx": {
81         "dependencies": {
82           "TwelveTwentyToolkit/Foundation": [
84           ]
85         }
86       }
87     },
88     {
89       "name": "Tables",
90       "requires_arc": true,
91       "dependencies": {
92         "TwelveTwentyToolkit/CoreData": [
94         ]
95       },
96       "ios": {
97         "source_files": "TwelveTwentyToolkit/Tables/**/*.{h,m}"
98       }
99     },
100     {
101       "name": "Layout",
102       "requires_arc": true,
103       "dependencies": {
104         "TwelveTwentyToolkit/Logging": [
106         ]
107       },
108       "ios": {
109         "dependencies": {
110           "TwelveTwentyToolkit/CoreData": [
112           ],
113           "EEEManualLayout": [
115           ]
116         },
117         "source_files": "TwelveTwentyToolkit/Layout/**/*.{h,m}"
118       }
119     },
120     {
121       "name": "CoreAnimation",
122       "requires_arc": true,
123       "ios": {
124         "dependencies": {
125           "TwelveTwentyToolkit/Logging": [
127           ]
128         },
129         "source_files": "TwelveTwentyToolkit/CoreAnimation/**/*.{h,m}"
130       },
131       "osx": {
132         "dependencies": {
133           "TwelveTwentyToolkit/Foundation": [
135           ]
136         }
137       }
138     },
139     {
140       "name": "Theming",
141       "requires_arc": true,
142       "ios": {
143         "dependencies": {
144           "TwelveTwentyToolkit/Layout": [
146           ],
147           "TwelveTwentyToolkit/Foundation": [
149           ]
150         },
151         "source_files": "TwelveTwentyToolkit/Theming/**/*.{h,m}"
152       },
153       "osx": {
154         "dependencies": {
155           "TwelveTwentyToolkit/Foundation": [
157           ]
158         }
159       }
160     },
161     {
162       "name": "CyclicDelegateRetainer",
163       "requires_arc": true,
164       "source_files": "TwelveTwentyToolkit/CyclicDelegateRetainer/*.{h,m}"
165     }
166   ]