blob: bcfe396f3af481cb73a831a0a183b3194ca058bf [file] [log] [blame]
{
"name": "ALSUniversalAccount-ThirdParty",
"version": "0.0.1",
"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"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"MACH_O_TYPE": "staticlib"
},
"subspecs": [
{
"name": "Public",
"source_files": "ALSUniversalAccount/Classes/Public/*"
},
{
"name": "Interface",
"dependencies": {
"ALSUniversalAccount-ThirdParty/Public": [
],
"AEAssistant": [
],
"AFNetworking": [
"3.1.0"
],
"MJExtension": [
"~> 3.0.13"
],
"TTTAttributedLabel": [
"~> 2.0.0"
],
"SFHFKeychainUtils": [
"~> 0.0.1"
],
"MBProgressHUD": [
"~> 0.9.0"
]
},
"vendored_frameworks": "ALSUniversalAccount/Classes/Interface/ThirdParty/*.framework",
"resource_bundles": {
"ALSUniversalAccount": [
"ALSUniversalAccount/Assets/**/*.png"
]
}
},
{
"name": "Plug",
"dependencies": {
"ALSUniversalAccount-ThirdParty/Public": [
]
},
"vendored_frameworks": "ALSUniversalAccount/Classes/Plug/BaiChuan/ThirdParty/**/*.framework"
}
]
}