blob: e5a2c88991e2c0beb6003229160b4da494a091bb [file] [log] [blame]
{
"name": "UI7Kit",
"version": "0.8",
"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.8"
},
"dependencies": {
"FoundationExtension": [
"~> 0.39"
],
"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
}