blob: b45815afbac1001c356f2fd497a5aac87bebafbf [file] [log] [blame]
{
"name": "ALSPayMent",
"version": "0.1.0",
"summary": "A short description of ALSPayMent.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yangzmpang/ALSPayMent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangzmpang": "zimin.yzm@alibaba-inc.com"
},
"source": {
"git": "https://github.com/yangzmpang/ALSPayMent.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ALSPayMent/Classes/**/*",
"ALSPayMent/lib/AlipaySDK.framework/Headers/*.h"
],
"public_header_files": [
"ALSPayMent/lib/AlipaySDK.framework/Headers/*.h",
"ALSPayMent/Classes/**/*.h"
],
"resources": [
"ALSPayMent/lib/*.bundle",
"ALSPayMent/lib/ALSAppleIncRootCertificate.cer"
],
"frameworks": [
"CoreMotion",
"CoreGraphics",
"CoreTelephony",
"QuartzCore",
"SystemConfiguration",
"Security",
"Foundation",
"UIKit"
],
"ios": {
"libraries": [
"z",
"sqlite3.0",
"c++",
"stdc++",
"ssl",
"crypto"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO",
"HEADER_SEARCH_PATHS": "/Users/yangziminyangzimin/Desktop/test/ALSPayMent/ALSPayMent/ALSPayMent/Classes/openssl/include/**"
},
"vendored_frameworks": "ALSPayMent/lib/AlipaySDK.framework",
"vendored_libraries": "ALSPayMent/lib/*.a"
}
]
}