2 "name": "LFApplicationCommonFramework",
4 "summary": "简易封装可自定义的App框架",
5 "description": "简易封装可自定义的App框架\n调用方法:-(UITabBarController *)addViewControllers : (NSArray <UIViewController *> *)arrray andImageNames:( NSArray * _Nullable )images selectedImageNames:( NSArray * _Nullable )selectedimages forTitles:( NSArray * _Nullable )titles;\n示例:\n\tself.window = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];\n \t LFTabBarViewController * vc = [LFTabBarViewController new];\n \t self.window.rootViewController = [vc addViewControllers:@[ViewController.new]];\n \t [self.window makeKeyAndVisible];",
6 "homepage": "https://github.com/ExchangeMe",
9 "lufeng": "452606067@qq.com"
15 "git": "https://github.com/ExchangeMe/ApplicationCommonFramework.git",
19 "ApplicationCommonFramework/**/LFNavigationViewController.m",
20 "ApplicationCommonFramework/**/LFNavigationViewController.h",
21 "ApplicationCommonFramework/**/LFTabBarViewController.h",
22 "ApplicationCommonFramework/**/LFTabBarViewController.m"
24 "exclude_files": "ApplicationCommonFramework/Exclude",
25 "public_header_files": "ApplicationCommonFramework/**/LFTabBarViewController.h",