2 "name": "GPNavigationController",
4 "summary": "iOS UI基础框架 GPNavigationController.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/ziyue92/GPNavigationController",
12 "ziyue92": "shugangpeng@vpgame.cn"
15 "git": "https://github.com/ziyue92/GPNavigationController.git",
21 "source_files": "GPNavigationController/Classes/**/*",
27 "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000\n#define LBL_TEXTSIZE(text, font) [text length] > 0 ? [text \\\nsizeWithAttributes:@{NSFontAttributeName: font}] : \\\nCGSizeZero;\n#else\n#define LBL_TEXTSIZE(text, font) [text length] > 0 ? [text sizeWithFont:font] : CGSizeZero;\n#endif\n\n#define GPColor(r, g, b) [UIColor colorWithRed:(r) / 255.0 green:(g) / 255.0 blue:(b) / 255.0 alpha:1.0]\n\n#define SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width\n#define SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.height\n#define AppWindow [UIApplication sharedApplication].keyWindow\n#define WINDOW [[[UIApplication sharedApplication] delegate] window]\n#define NavHeight 64"