blob: 46c100d24243df9e46df261ff95b63d915f20939 [file] [log] [blame]
{
"name": "OfflinePay",
"version": "1.0.0",
"summary": "金融平台线下收款SDK.",
"homepage": "http://192.168.40.57/dengzx/OfflinePay",
"license": "MIT",
"authors": {
"dzx": "dengzx@cncn.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "http://192.168.40.57/dengzx/OfflinePay.git",
"tag": "1.0.0"
},
"source_files": [
"OfflinePay/*.{h,m}",
"OfflinePay/**/*.{h,m}",
"OfflinePay/**/**/*.{h,m}"
],
"public_header_files": [
"OfflinePay/*.h",
"OfflinePay/**/*.h",
"OfflinePay/**/**/*.h"
],
"resource_bundles": {
"OfflinePay": [
"OfflinePay/**/*.{png,xib,storyboard}",
"OfflinePay/Assets/*.{png,xib,storyboard}"
]
},
"resources": [
"OfflinePay/Assets/*.png",
"OfflinePay/Modules/View/*.xib",
"OfflinePay/Modules/View/*.storyboard",
"OfflinePay/**/*/*.{xib,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~>2.3"
],
"MBProgressHUD": [
"~> 1.0"
],
"DQAlertView": [
"~> 1.2.1"
]
}
}