blob: 2b3aebc99172e225222b187b6e2e1be4bacdc150 [file] [log] [blame]
{
"name": "OfflinePay",
"version": "1.0.1",
"summary": "金融平台线下收款SDK.",
"homepage": "http://192.168.0.28:8082/GDC_Document/OfflinePay",
"license": "MIT",
"authors": {
"dzx": "dengzx@cncn.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "http://192.168.0.28:8082/GDC_Document/OfflinePay.git",
"tag": "1.0.1"
},
"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"
]
}
}