[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 0 / e / LFApplicationCommonFramework / 1.0.0 / LFApplicationCommonFramework.podspec.json
bloba23b60746dfe79cb4a87ba206b5444fb62f55711
2   "name": "LFApplicationCommonFramework",
3   "version": "1.0.0",
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",
7   "license": "LICENSE",
8   "authors": {
9     "lufeng": "452606067@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/ExchangeMe/ApplicationCommonFramework.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "ApplicationCommonFramework/**/LFNavigationViewController.m",
20     "ApplicationCommonFramework/**/LFNavigationViewController.h",
21     "ApplicationCommonFramework/**/LFTabBarViewController.h",
22     "ApplicationCommonFramework/**/LFTabBarViewController.m"
23   ],
24   "exclude_files": "ApplicationCommonFramework/Exclude",
25   "public_header_files": "ApplicationCommonFramework/**/LFTabBarViewController.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]