blob: 25c7cf4782e4463ff53e6c3ce8ff533248d3e6e1 [file] [log] [blame]
{
"name": "PopGesture",
"version": "0.1.1",
"summary": "swift 全屏返回手势框架.",
"homepage": "https://github.com/bigL055/PopGesture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhey": "linhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/bigL055/PopGesture.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/*/*/**",
"Sources/**"
],
"public_header_files": [
"Sources/PopGesture.h"
],
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}