blob: 964bfd265d8c2c2a3e98510d6b968e0a2a20f4c1 [file] [log] [blame]
{
"name": "Ice",
"version": "0.1.2",
"summary": "Pay Module",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://github.app.hd123.cn:10080/qianfan/ice.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangweijun": "wangweijun@hd123.com"
},
"source": {
"git": "http://github.app.hd123.cn:10080/qianfan/ice.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Ice/Classes/**/*",
"SPaySDK/include/*.h",
"WeChatSDK/include/*.h"
],
"vendored_libraries": [
"SPaySDK/libSPaySDK.a",
"WeChatSDK/libWeChatSDK.a"
],
"resources": [
"SPaySDK/SPaySDKResource.bundle"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Ice/SPaySDK/include/** ${PODS_ROOT}/Ice/WeChatSDK/include/**",
"OTHER_LDFLAGS": "-Objc -all_load"
},
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"frameworks": [
"UIKit",
"MapKit",
"AVFoundation",
"CoreGraphics",
"SystemConfiguration",
"Foundation",
"Security",
"CoreTelephony",
"CFNetwork"
],
"pushed_with_swift_version": "3.0.2"
}