blob: 4a3b0f485e92c8801dbe4c996641d260c499ee92 [file] [log] [blame]
{
"name": "UIUtility",
"version": "1.1.2",
"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.1.2"
},
"source_files": "UIUtility/*{h,m}",
"public_header_files": "UIUtility/*.h",
"requires_arc": true,
"subspecs": [
{
"name": "Categories",
"source_files": "UIUtility/Categories/*{h,m}"
}
]
}