blob: 5ec67bcd8a3f8804480dd45dff070e5e3c15487e [file] [log] [blame]
{
"name": "UI7Kit",
"version": "0.9.22",
"summary": "UI7Kit is a GUI toolkit to implement iOS7 look & feel UIKit under iOS5/iOS6. It is also supported that patching UIKit to UI7Kit in runtime.",
"homepage": "https://github.com/youknowone/UI7Kit",
"license": "2-clause BSD",
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/UI7Kit.git",
"tag": "0.9.22"
},
"requires_arc": false,
"screenshots": "https://github.com/youknowone/UI7Kit/raw/master/UI7Kit.png",
"platforms": {
"ios": "5.0"
},
"header_dir": "UI7Kit",
"source_files": "UI7Kit/*.{h,m}",
"resources": "Resources/*",
"frameworks": "QuartzCore",
"prefix_header_file": "UI7Kit/UI7Kit-Prefix.pch",
"prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n ",
"dependencies": {
"cdebug": [
],
"FoundationExtension": [
],
"SevenSwitch": [
"~> 1.3.0"
],
"GIKPopoverBackgroundView/Core": [
]
}
}