blob: 2f6d974e16aeabd2165fa0a828c5ab4c72de271f [file] [log] [blame]
{
"name": "ALSUniversalAccount-SecondParty",
"version": "0.0.1-s",
"summary": "A short description of ALSUniversalAccount.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AltairEven/ALSUniversalAccount",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AltairEven": "qianye.qy@alibaba-inc.com"
},
"source": {
"git": "https://github.com/AltairEven/ALSUniversalAccount.git",
"tag": "0.0.1-s"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
"ENABLE_BITCODE": "NO",
"MACH_O_TYPE": "staticlib"
},
"subspecs": [
{
"name": "Public",
"source_files": "ALSUniversalAccount/Classes/Public/*"
},
{
"name": "Interface",
"dependencies": {
"ALSUniversalAccount-SecondParty/Public": [
],
"TTTAttributedLabel": [
"~> 2.0.0"
],
"SFHFKeychainUtils": [
"~> 0.0.1"
],
"MBProgressHUD": [
"~> 0.9.0"
]
},
"vendored_frameworks": "ALSUniversalAccount/Classes/Interface/SecondParty/*.framework",
"resource_bundles": {
"ALSUniversalAccount": [
"ALSUniversalAccount/Assets/**/*.png"
]
},
"subspecs": [
{
"name": "BaiChuan",
"vendored_frameworks": "ALSUniversalAccount/Classes/Plug/BaiChuan/SecondParty/**/*.framework",
"frameworks": "CoreMotion",
"ios": {
"libraries": [
"sqlite3.0",
"z.1.2.8"
]
}
}
]
}
]
}