blob: e65b25cac634721e4103ed76d20a748c947839b9 [file] [log] [blame]
{
"name": "SNUIKit",
"version": "0.2.5",
"summary": "UIKit extensions.",
"description": "The extension of UIKit provides UINavigationController, UINavigationBar, UIView, UIButton and other common UI family extensions.",
"homepage": "https://github.com/snlo/SNUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNUIKit.git",
"tag": "0.2.5"
},
"source_files": "SNUIKit/SNUIKit/**/*.{h,m}",
"resources": "SNUIKit/SNUIKit/SNUIKit.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Masonry": [
],
"ReactiveObjC": [
],
"Aspects": [
],
"SNTool": [
]
}
}