blob: d286dcf93658a85d458de9c11b6a5dc145e339cd [file] [log] [blame]
{
"name": "QFTestLogin",
"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",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}