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