blob: e404a7f011048f2db6a920e1fdd1bbcfe0308079 [file] [log] [blame]
{
"name": "HRTPopViewController",
"version": "1.0",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"summary": "UIViewController 的 Category 方法,以各种方式弹出 UIView",
"homepage": "https://github.com/hirat/HRTPopViewController",
"authors": {
"hirat": "hirats@gmail.com"
},
"source": {
"git": "https://github.com/hirat/HRTPopViewController.git",
"tag": "1.0"
},
"description": "\n UIViewController 的 Category 方法,以各种方式弹出 UIView,可实现类似Path中UIView弹出的效果\n",
"requires_arc": true,
"source_files": "SouceFile/*.{h,m}",
"frameworks": [
"UIKit"
],
"public_header_files": "SouceFile/*.h",
"dependencies": {
"pop": [
]
}
}