[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / a / 3 / TWTToast / 0.6 / TWTToast.podspec.json
blobe3c498ca75b0d60526cf9a35cd8ba7ef14a3044e
2   "name": "TWTToast",
3   "version": "0.6",
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.6"
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": "NSArrayIndexPathAdditions",
40           "source_files": "Foundation/NSArray Index Path Additions/*.{h,m}"
41         },
42         {
43           "name": "SubclassResponsibility",
44           "dependencies": {
45             "TWTToast/Foundation/ErrorUtilities": [
47             ]
48           },
49           "source_files": "Foundation/Subclass Responsibility/*.{h,m}"
50         }
51       ]
52     },
53     {
54       "name": "UIKit",
55       "subspecs": [
56         {
57           "name": "AutoLayout",
58           "source_files": "UIKit/Auto Layout/*.{h,m}"
59         },
60         {
61           "name": "Blocks",
62           "source_files": "UIKit/Blocks/*.{h,m}"
63         },
64         {
65           "name": "Color",
66           "source_files": "UIKit/Color/*.{h,m}"
67         },
68         {
69           "name": "Device",
70           "source_files": "UIKit/Device/*.{h,m}"
71         },
72         {
73           "name": "SnapshotImage",
74           "source_files": "UIKit/Snapshot Image/*.{h,m}"
75         },
76         {
77           "name": "ViewControllerTransitions",
78           "source_files": "UIKit/View Controller Transitions/*.{h,m}"
79         }
80       ]
81     },
82     {
83       "name": "Mantle",
84       "dependencies": {
85         "Mantle": [
86           "~> 1.4.0"
87         ]
88       },
89       "subspecs": [
90         {
91           "name": "MantleModel",
92           "source_files": "Mantle/Mantle Model/*.{h,m}"
93         },
94         {
95           "name": "SelectiveJSONAdapter",
96           "source_files": "Mantle/Selective JSON Adapter/*.{h,m}"
97         }
98       ]
99     }
100   ]