blob: c7e8760c9fde06075bfe3bab8b4e2f465563ef21 [file] [log] [blame]
{
"name": "CDZUIKitAutoLayoutDebugging",
"version": "0.0.7",
"summary": "Tools for easier Auto Layout debugging",
"description": " Tools for easier Auto Layout debugging on iOS 7+.\n",
"homepage": "https://github.com/cdzombak/CDZUIKitAutoLayoutDebugging",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Dzombak": "chris@chrisdzombak.net"
},
"social_media_url": "http://twitter.com/cdzombak",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cdzombak/CDZUIKitAutoLayoutDebugging.git",
"tag": "0.0.7"
},
"source_files": "UIKitAutoLayoutDebugging/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}