blob: a628d922cf058e32a362920aadd1f84280847a2b [file] [log] [blame]
{
"name": "QFLogin",
"version": "0.0.2",
"summary": "A login service of QFPay Inc.",
"description": "provide a login service for QFPay's merchant",
"homepage": "https://github.com/guodongyangwen/QFLogin",
"license": "MIT",
"authors": {
"gdy": "guodongyang@qfpay.com"
},
"source": {
"git": "https://github.com/guodongyangwen/QFLogin.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "QFLogin/Classes/**/*.{h,m}",
"public_header_files": "QFLogin/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"MBProgressHUD": [
"0.9"
],
"AFNetworking": [
"~> 3.0"
]
}
}