blob: 7b5104b903e841d1ccb06b5e73e5be6e12d44ab5 [file] [log] [blame]
{
"name": "PopGesture",
"version": "0.1.0",
"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.0"
},
"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"
}
}