blob: 72fa4ffd0a6b67269e344e05825660384c8a458e [file] [log] [blame]
{
"name": "SNModuleKit",
"version": "0.2.0",
"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.2.0"
},
"source_files": "SNModuleKit/Testing/TestingHeader.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/Testing/Utils/**/*.{h,m}"
}
]
}