blob: b718c048d68a33049f4c2c883ae8b3156193c86a [file] [log] [blame]
{
"name": "FFPopup",
"version": "0.1.1",
"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": "0.1.1"
}
}