blob: 03266b5408139d5ad41e9a20a0b6046c04ad8606 [file] [log] [blame]
{
"name": "HLUIKit",
"version": "0.0.4",
"summary": "A person iOS UIKit use to keep programing faster.",
"homepage": "https://github.com/wyh900207/HLUIKit",
"license": "MIT",
"authors": {
"HomerLynn": "homerice8@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wyh900207/HLUIKit.git",
"tag": "0.0.4"
},
"source_files": [
"HLUIKit/Pod",
"HLUIKit/HLUIKit/**/*.{h,m,swift}"
],
"frameworks": "UIKit",
"libraries": [
"iconv",
"xml2"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}