blob: f667f19fc443e2a36be7dc53166ac85ce31d3860 [file] [log] [blame]
{
"name": "SNModuleKit",
"version": "0.5.5",
"summary": "A delightful iOS and OS X Project framework.",
"description": "If your project uses component-based solutions, you'll be much more handy with this framework!",
"homepage": "https://github.com/snlo/SNModuleKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNModuleKit.git",
"tag": "0.5.5"
},
"source_files": "SNModuleKit/SNModuleKit/SNModuleKit.h",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"ReactiveObjC": [
],
"AFNetworking": [
],
"SDWebImage": [
],
"MJRefresh": [
],
"SAMKeychain": [
],
"Aspects": [
],
"MBProgressHUD": [
],
"IQKeyboardManager": [
],
"MJExtension": [
],
"lottie-ios": [
],
"JSONModel": [
],
"Masonry": [
],
"WebViewJavascriptBridge": [
],
"pop": [
],
"HyphenateLite": [
],
"FMDB/FTS": [
]
},
"subspecs": [
{
"name": "Utils",
"source_files": "SNModuleKit/SNModuleKit/Utils/**/*.{h,m}"
},
{
"name": "Macro",
"source_files": "SNModuleKit/SNModuleKit/Macro/**/*.{h,m}"
},
{
"name": "Categories",
"source_files": "SNModuleKit/SNModuleKit/Categories/**/*.{h,m}"
},
{
"name": "Vender",
"source_files": "SNModuleKit/SNModuleKit/Vender/**/*.{h,m}"
}
]
}