[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / a / 3 / TWTToast / 0.3 / TWTToast.podspec.json
blob0a6f5c1570af48fbb650f1c61de3f5bc91068ce8
2   "name": "TWTToast",
3   "version": "0.3",
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.3"
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": "Blocks",
56           "source_files": "UIKit/Blocks/*.{h,m}"
57         },
58         {
59           "name": "Color",
60           "source_files": "UIKit/Color/*.{h,m}"
61         },
62         {
63           "name": "Device",
64           "source_files": "UIKit/Device/*.{h,m}"
65         },
66         {
67           "name": "SnapshotImage",
68           "source_files": "UIKit/Snapshot Image/*.{h,m}"
69         }
70       ]
71     },
72     {
73       "name": "Mantle",
74       "dependencies": {
75         "Mantle": [
76           "~> 1.4.0"
77         ]
78       },
79       "source_files": "Mantle/**/*.{h,m}",
80       "subspecs": [
81         {
82           "name": "MantleModel",
83           "source_files": "Mantle/Mantle Model/*.{h,m}"
84         },
85         {
86           "name": "SelectiveJSONAdapter",
87           "source_files": "Mantle/Selective JSON Adapter/*.{h,m}"
88         }
89       ]
90     }
91   ]