4 "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.",
5 "homepage": "https://github.com/youknowone/UI7Kit",
6 "license": "2-clause BSD",
8 "Jeong YunWon": "jeong@youknowone.org"
11 "git": "https://github.com/youknowone/UI7Kit.git",
15 "FoundationExtension": [
25 "source_files": "UI7Kit",
26 "public_header_files": "UI7Kit/*.h",
27 "resources": "Resources/*",
28 "header_dir": "UI7Kit",
29 "frameworks": "QuartzCore",
30 "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n ",