[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / a / 3 / TWTToast / 0.5 / TWTToast.podspec.json
blobcf2c096877806b06769d40ea35e4d37d829732ab
2   "name": "TWTToast",
3   "version": "0.5",
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.5"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Core/**/*.{h,m}"
26     },
27     {
28       "name": "Foundation",
29       "subspecs": [
30         {
31           "name": "ErrorUtilities",
32           "source_files": "Foundation/Error Utilities/*.{h,m}"
33         },
34         {
35           "name": "KVO",
36           "source_files": "Foundation/KVO/*.{h,m}"
37         },
38         {
39           "name": "SubclassResponsibility",
40           "dependencies": {
41             "TWTToast/Foundation/ErrorUtilities": [
43             ]
44           },
45           "source_files": "Foundation/Subclass Responsibility/*.{h,m}"
46         }
47       ]
48     },
49     {
50       "name": "UIKit",
51       "subspecs": [
52         {
53           "name": "AutoLayout",
54           "source_files": "UIKit/Auto Layout/*.{h,m}"
55         },
56         {
57           "name": "Blocks",
58           "source_files": "UIKit/Blocks/*.{h,m}"
59         },
60         {
61           "name": "Color",
62           "source_files": "UIKit/Color/*.{h,m}"
63         },
64         {
65           "name": "Device",
66           "source_files": "UIKit/Device/*.{h,m}"
67         },
68         {
69           "name": "SnapshotImage",
70           "source_files": "UIKit/Snapshot Image/*.{h,m}"
71         },
72         {
73           "name": "ViewControllerTransitions",
74           "source_files": "UIKit/View Controller Transitions/*.{h,m}"
75         }
76       ]
77     },
78     {
79       "name": "Mantle",
80       "dependencies": {
81         "Mantle": [
82           "~> 1.4.0"
83         ]
84       },
85       "subspecs": [
86         {
87           "name": "MantleModel",
88           "source_files": "Mantle/Mantle Model/*.{h,m}"
89         },
90         {
91           "name": "SelectiveJSONAdapter",
92           "source_files": "Mantle/Selective JSON Adapter/*.{h,m}"
93         }
94       ]
95     }
96   ]