blob: c795747057b370f9f2f7fcf5de9584f137c8740a [file] [log] [blame]
{
"name": "CDZUIKitAutoLayoutDebugging",
"version": "0.0.8",
"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.8"
},
"source_files": "CDZUIKitAutoLayoutDebugging/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}