blob: 3019b0c62cdc9dd57867c1584ca3290add5ae18e [file] [log] [blame]
{
"name": "SPFastPush",
"version": "0.0.3",
"summary": "Use Macro Fast NavigationController push next VC,and Fast Pop anther VC.使用宏帮助导航控制器快速push下一个Viewcontroller,也可以快速返回上一层VC或者指定的VC",
"homepage": "https://github.com/lishiping/SPFastPush.git",
"license": "LICENSE",
"authors": {
"lishiping": "83118274@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lishiping/SPFastPush.git",
"tag": "0.0.3"
},
"source_files": [
"SPFastPush/SPFastPush/*.{h,m,mm,cpp,c}",
"SPFastPush/SPFastPush/*/*.{h,m,mm,cpp,c}"
],
"public_header_files": [
"SPFastPush/SPFastPush/*.h",
"SPFastPush/SPFastPush/*/*.h"
],
"frameworks": "UIKit",
"requires_arc": true
}