[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 3 / TWTToast / 0.1 / TWTToast.podspec.json
blob3ab1f8dfa56644f3a863bf625907327bd85c3a5a
2   "name": "TWTToast",
3   "version": "0.1",
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.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Core/**/*.{h,m}"
26     },
27     {
28       "name": "UIKit",
29       "source_files": "UIKit/**/*.{h,m}",
30       "subspecs": [
31         {
32           "name": "AutoLayout",
33           "source_files": "UIKit/Auto Layout/*.{h,m}"
34         },
35         {
36           "name": "Color",
37           "source_files": "UIKit/Color/*.{h,m}"
38         },
39         {
40           "name": "Device",
41           "source_files": "UIKit/Device/*.{h,m}"
42         },
43         {
44           "name": "Blocks",
45           "source_files": "UIKit/Blocks/*.{h,m}"
46         }
47       ]
48     }
49   ]