blob: c2afd8d71c51e1e704be006d07313f83c371933d [file] [log] [blame]
{
"name": "TWTToast",
"version": "0.2",
"summary": "Tools and Utilities for Cocoa Development",
"homepage": "https://github.com/twotoasters/Toast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Two Toasters": "general@twotoasters.com"
},
"social_media_url": "http://twitter.com/twotoasters",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/twotoasters/Toast.git",
"tag": "0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Core/**/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "UIKit/**/*.{h,m}",
"subspecs": [
{
"name": "ErrorUtilities",
"source_files": "Foundation/Error Utilities/*.{h,m}"
},
{
"name": "SubclassResponsibility",
"dependencies": {
"TWTToast/Foundation/ErrorUtilities": [
]
},
"source_files": "Foundation/Subclass Responsibility/*.{h,m}"
}
]
},
{
"name": "UIKit",
"source_files": "UIKit/**/*.{h,m}",
"subspecs": [
{
"name": "AutoLayout",
"source_files": "UIKit/Auto Layout/*.{h,m}"
},
{
"name": "Color",
"source_files": "UIKit/Color/*.{h,m}"
},
{
"name": "Device",
"source_files": "UIKit/Device/*.{h,m}"
},
{
"name": "Blocks",
"source_files": "UIKit/Blocks/*.{h,m}"
}
]
}
]
}