blob: ff899e533c667f818548327d987c83ef152cdf87 [file] [log] [blame]
{
"name": "FFPopup",
"version": "1.1.0",
"summary": "Presenting custom views as a popup in iOS.",
"description": "A lightweight library for presenting custom views as a popup in iOS.",
"homepage": "https://github.com/JonyFang/FFPopup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JonyFang": "jony.chunfang@gmail.com"
},
"social_media_url": "https://www.jonyfang.com",
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"source_files": "FFPopup/Classes/*.{h,m}",
"source": {
"git": "https://github.com/JonyFang/FFPopup.git",
"tag": "1.1.0"
}
}