blob: 7a913ccd1e70f37f937625746797b75015270874 [file] [log] [blame]
{
"name": "UI7Kit",
"version": "0.7.2",
"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.7.2"
},
"dependencies": {
"FoundationExtension": [
"~> 0.38"
],
"KLSwitch": [
"~> 1.5"
]
},
"platforms": {
"ios": "5.0"
},
"source_files": "UI7Kit",
"public_header_files": "UI7Kit/*.h",
"resources": "Resources/*",
"header_dir": "UI7Kit",
"frameworks": "QuartzCore",
"prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n ",
"requires_arc": false
}