blob: 494c02474eb330eb0abf37ea3cd550f41d718c0c [file] [log] [blame]
{
"name": "GPNavigationController",
"version": "0.1.1",
"summary": "iOS UI基础框架 GPNavigationController.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ziyue92/GPNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ziyue92": "shugangpeng@vpgame.cn"
},
"source": {
"git": "https://github.com/ziyue92/GPNavigationController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GPNavigationController/Classes/**/*",
"dependencies": {
"Reachability": [
]
},
"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"
}