blob: 28eb579513f885ebce4c68edf701d389a715bdcd [file] [log] [blame]
{
"name": "SJFullscreenPopGesture",
"version": "1.3.0",
"summary": "fullscreen pop gestures.",
"description": "fullscreen pop gesture. System native gestures and custom gestures are free to switch.",
"homepage": "https://github.com/changsanjiang/SJFullscreenPopGesture",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJFullscreenPopGesture.git",
"tag": "v1.3.0"
},
"source_files": "SJFullscreenPopGesture/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "View",
"source_files": "SJFullscreenPopGesture/View/*.{h,m}"
}
]
}