[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 3 / TWTToast / 0.2 / TWTToast.podspec.json
blobc2afd8d71c51e1e704be006d07313f83c371933d
2   "name": "TWTToast",
3   "version": "0.2",
4   "summary": "Tools and Utilities for Cocoa Development",
5   "homepage": "https://github.com/twotoasters/Toast",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Two Toasters": "general@twotoasters.com"
12   },
13   "social_media_url": "http://twitter.com/twotoasters",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/twotoasters/Toast.git",
19     "tag": "0.2"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Core/**/*.{h,m}"
26     },
27     {
28       "name": "Foundation",
29       "source_files": "UIKit/**/*.{h,m}",
30       "subspecs": [
31         {
32           "name": "ErrorUtilities",
33           "source_files": "Foundation/Error Utilities/*.{h,m}"
34         },
35         {
36           "name": "SubclassResponsibility",
37           "dependencies": {
38             "TWTToast/Foundation/ErrorUtilities": [
40             ]
41           },
42           "source_files": "Foundation/Subclass Responsibility/*.{h,m}"
43         }
44       ]
45     },
46     {
47       "name": "UIKit",
48       "source_files": "UIKit/**/*.{h,m}",
49       "subspecs": [
50         {
51           "name": "AutoLayout",
52           "source_files": "UIKit/Auto Layout/*.{h,m}"
53         },
54         {
55           "name": "Color",
56           "source_files": "UIKit/Color/*.{h,m}"
57         },
58         {
59           "name": "Device",
60           "source_files": "UIKit/Device/*.{h,m}"
61         },
62         {
63           "name": "Blocks",
64           "source_files": "UIKit/Blocks/*.{h,m}"
65         }
66       ]
67     }
68   ]