blob: 1eb86e869a1fa5f947b4d42183c58631efb195f3 [file] [log] [blame]
{
"name": "UI7Kit",
"version": "0.0.1",
"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",
"commit": "ef2e3aeaf90417317106696d6a784866e4286672"
},
"dependencies": {
"FoundationExtension": [
"~> 0.29"
]
},
"platforms": {
"ios": null
},
"source_files": "UI7Kit",
"public_header_files": "UI7Kit/*.h",
"resources": "Resources/*",
"header_dir": "UI7Kit",
"prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n ",
"requires_arc": false
}