blob: b220a122d00396404212b299612c11d9b3a14a53 [file] [log] [blame]
{
"name": "DUIToolbox",
"version": "0.3",
"summary": "The DUIToolbox is a mini library of classes useful for iOS UIKit developers.",
"homepage": "http://honzadvorsky.com/duitoolbox-open-source/",
"license": "MIT",
"authors": {
"Honza Dvorsky": "http://honzadvorsky.com/duitoolbox-open-source/"
},
"source": {
"git": "https://github.com/czechboy0/DUIToolbox.git",
"tag": "0.3"
},
"social_media_url": "http://twitter.com/czechboy0",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "UIKitPlus",
"source_files": "Classes/UIKitPlus/**/*.{h,m}",
"frameworks": "UIKit",
"public_header_files": "Classes/UIKitPlus/**/*.{h}"
},
{
"name": "FoundationPlus",
"source_files": "Classes/FoundationPlus/*.{h,m}",
"frameworks": "Foundation",
"public_header_files": "Classes/FoundationPlus/**/*.{h}"
}
]
}