blob: c49eafad47b298fc1f70d67c95d8862e53493689 [file] [log] [blame]
{
"name": "SPFastPush",
"version": "0.0.4",
"summary": "Use Macro Fast NavigationController push next VC,use KVC assign parameter,return current VC Object,and Fast Pop anther VC.使用宏帮助导航控制器快速push下一个Viewcontroller,并传入参数,实现原理是KVC,且返回当前push的VC对象,也可以快速返回上一层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.4"
},
"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
}