blob: ec3e19090c4c101e5a8f0fd259eb66a9a2c380fb [file] [log] [blame]
{
"name": "SNUIKit",
"version": "0.1.7",
"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.1.7"
},
"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": [
]
}
}