blob: 7654ac25426658f139a032e9ca313058d994922c [file] [log] [blame]
{
"name": "UIUtility",
"version": "1.0.0",
"summary": "UIUtility is a common tool for encapsulation.",
"description": "A very practical set of encapsulation interfaces that greatly simplify the code layout.",
"homepage": "https://github.com/lazyycz/CommonlyUtility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuchenggui": "https://github.com/lazyycz"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lazyycz/CommonlyUtility.git",
"tag": "1.0.0"
},
"source_files": "UIUtility/**/*{h,m}",
"public_header_files": "UIUtility/**/*.h",
"requires_arc": true
}