blob: 567ccb578910a2e92c8ad98da6f9fa7e5546dd16 [file] [log] [blame]
{
"name": "HLUIKit",
"version": "0.0.3",
"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.3"
},
"source_files": [
"HLUIKit/Pod",
"HLUIKit/**/*.{h,m,swift}"
],
"exclude_files": "HLUIKit/Exclude",
"frameworks": "UIKit",
"libraries": [
"iconv",
"xml2"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}