blob: 538fd54c25dfe828cfbc5ebbc08239ecee83a945 [file] [log] [blame]
{
"name": "ALSPayMent",
"version": "0.1.16",
"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.16"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"dependencies": {
"PodAsset": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
},
"subspecs": [
{
"name": "Core",
"source_files": "ALSPayMent/Classes/**/*",
"public_header_files": "ALSPayMent/Classes/**/*.h",
"frameworks": [
"CoreMotion",
"CoreGraphics",
"CoreTelephony",
"QuartzCore",
"SystemConfiguration",
"Security",
"Foundation",
"UIKit"
],
"ios": {
"libraries": [
"z",
"sqlite3.0",
"c++",
"stdc++"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
}
}
]
}