blob: 3ab1f8dfa56644f3a863bf625907327bd85c3a5a [file] [log] [blame]
{
"name": "TWTToast",
"version": "0.1",
"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.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Core/**/*.{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}"
}
]
}
]
}